Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-21 16:57:55 +0300
committerJunio C Hamano <gitster@pobox.com>2018-11-21 16:57:55 +0300
commit9beaf81bce99134f9120afc95f913563d46e68cf (patch)
tree7fc09a6a60e28be8d949439641d6c774c3fd9d7f /t
parentab6409c66ddad8ee69771bb6e4978950d066523c (diff)
parent79336116f5769fb53b0d84e21e984ae300f0c6a5 (diff)
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' '