diff options
Diffstat (limited to 't/t3321-notes-stripspace.sh')
| -rwxr-xr-x | t/t3321-notes-stripspace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3321-notes-stripspace.sh b/t/t3321-notes-stripspace.sh index 36abdca5ee..088a852dd4 100755 --- a/t/t3321-notes-stripspace.sh +++ b/t/t3321-notes-stripspace.sh @@ -429,7 +429,7 @@ test_expect_success 'add notes with empty messages' ' git notes add -m "${LF}" \ -m "${MULTI_LF}" \ -m "${LF}" >actual 2>&1 && - test_i18ngrep "Removing note for object" actual + test_grep "Removing note for object" actual ' test_expect_success 'add note by specifying "-C", "--no-stripspace" is the default behavior' ' |
