We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dda2665 + 7933611 commit 4e08e34Copy full SHA for 4e08e34
t/t3701-add-interactive.sh
@@ -540,7 +540,7 @@ test_expect_success 'add -p does not expand argument lists' '
540
# update it, but we want to be sure that our "." pathspec
541
# was not expanded into the argument list of any command.
542
# So look only for "not-changed".
543
- ! grep not-changed trace.out
+ ! grep -E "^trace: (built-in|exec|run_command): .*not-changed" trace.out
544
'
545
546
test_expect_success 'hunk-editing handles custom comment char' '
0 commit comments