diff --git a/tests/test-git-interop.t b/tests/test-git-interop.t --- a/tests/test-git-interop.t +++ b/tests/test-git-interop.t @@ -67,6 +67,7 @@ On branch master Untracked files: (use "git add ..." to include in what will be committed) + (?) gamma nothing added to commit but untracked files present (use "git add" to track) @@ -134,6 +135,7 @@ On branch master Untracked files: (use "git add ..." to include in what will be committed) + (?) gamma nothing added to commit but untracked files present (use "git add" to track) @@ -153,7 +155,9 @@ $ git status On branch master Changes to be committed: - (use "git restore --staged ..." to unstage) + (use "git restore --staged ..." to unstage) (?) + (use "git reset HEAD ..." to unstage) (?) + (?) new file: gamma @@ -165,6 +169,7 @@ On branch master Untracked files: (use "git add ..." to include in what will be committed) + (?) gamma nothing added to commit but untracked files present (use "git add" to track)