Skip to content

Commit 4e08e34

Browse files
committed
Merge branch 'sg/t3701-tighten-trace'
Test update. * sg/t3701-tighten-trace: t3701-add-interactive: tighten the check of trace output
2 parents dda2665 + 7933611 commit 4e08e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3701-add-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ test_expect_success 'add -p does not expand argument lists' '
540540
# update it, but we want to be sure that our "." pathspec
541541
# was not expanded into the argument list of any command.
542542
# So look only for "not-changed".
543-
! grep not-changed trace.out
543+
! grep -E "^trace: (built-in|exec|run_command): .*not-changed" trace.out
544544
'
545545

546546
test_expect_success 'hunk-editing handles custom comment char' '

0 commit comments

Comments
 (0)