summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-11-21 22:57:55 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-11-21 22:57:55 +0900
commit9beaf81bce99134f9120afc95f913563d46e68cf (patch)
tree7fc09a6a60e28be8d949439641d6c774c3fd9d7f /t
parentMerge branch 'en/double-semicolon-fix' into maint (diff)
parentt3701-add-interactive: tighten the check of trace output (diff)
downloadtgif-9beaf81bce99134f9120afc95f913563d46e68cf.tar.xz
Merge branch 'sg/t3701-tighten-trace' into maint
Test update. * sg/t3701-tighten-trace: t3701-add-interactive: tighten the check of trace output
Diffstat (limited to 't')
-rwxr-xr-xt/t3701-add-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3701-add-interactive.sh b/t/t3701-add-interactive.sh
index 609fbfdc31..65dfbc033a 100755
--- a/t/t3701-add-interactive.sh
+++ b/t/t3701-add-interactive.sh
@@ -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' '