diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-11-21 22:57:55 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-21 22:57:55 +0900 |
commit | 9beaf81bce99134f9120afc95f913563d46e68cf (patch) | |
tree | 7fc09a6a60e28be8d949439641d6c774c3fd9d7f /t/t3701-add-interactive.sh | |
parent | Merge branch 'en/double-semicolon-fix' into maint (diff) | |
parent | t3701-add-interactive: tighten the check of trace output (diff) | |
download | tgif-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/t3701-add-interactive.sh')
-rwxr-xr-x | t/t3701-add-interactive.sh | 2 |
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' ' |