Skip to content
Snippets Groups Projects
Commit 9beaf81b authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'sg/t3701-tighten-trace' into maint

Test update.

* sg/t3701-tighten-trace:
  t3701-add-interactive: tighten the check of trace output
parents ab6409c6 79336116
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -540,7 +540,7 @@ test_expect_success 'add -p does not expand argument lists' '
# update it, but we want to be sure that our "." pathspec
# was not expanded into the argument list of any command.
# So look only for "not-changed".
! grep not-changed trace.out
! grep -E "^trace: (built-in|exec|run_command): .*not-changed" trace.out
'
 
test_expect_success 'hunk-editing handles custom comment char' '
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment