Merge branch 'maint'
[git.git] / t / t3404-rebase-interactive.sh
index eab8501e11b31a65abc405885be425359220fdaa..025c1c610efee9562343b34a9c815f34f51ed9ac 100755 (executable)
@@ -324,7 +324,7 @@ test_expect_success 'verbose flag is heeded, even after --continue' '
        echo resolved > file1 &&
        git add file1 &&
        git rebase --continue > output &&
-       grep "^ file1 |    2 +-$" output
+       grep "^ file1 | 2 +-$" output
 '
 
 test_expect_success 'multi-squash only fires up editor once' '