Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/t3701-tighten-trace'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Sep 2018 17:30:49 +0000
(10:30 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 24 Sep 2018 17:30:49 +0000
(10:30 -0700)
Test update.
* sg/t3701-tighten-trace:
t3701-add-interactive: tighten the check of trace output
t/t3701-add-interactive.sh
patch
|
blob
|
history
raw
(from parent 1:
dda2665
)
diff --git
a/t/t3701-add-interactive.sh
b/t/t3701-add-interactive.sh
index 609fbfdc317137e420fab48e394f0095b0a1df69..65dfbc033a027df1a590cbfaf75ae47f4ed9c547 100755
(executable)
--- 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' '