diff options
Diffstat (limited to 't/t7106-reset-unborn-branch.sh')
| -rwxr-xr-x | t/t7106-reset-unborn-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7106-reset-unborn-branch.sh b/t/t7106-reset-unborn-branch.sh index a0b67a0b84..d20e5709f9 100755 --- a/t/t7106-reset-unborn-branch.sh +++ b/t/t7106-reset-unborn-branch.sh @@ -42,7 +42,7 @@ test_expect_success PERL 'reset -p' ' git ls-files >actual && test_must_be_empty actual && - test_i18ngrep "Unstage" output + test_grep "Unstage" output ' test_expect_success 'reset --soft is a no-op' ' |
