chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use test_cmp instead of diff -u in the test suite
[stgit]
/
t
/
t1201-pull-trailing.sh
diff --git
a/t/t1201-pull-trailing.sh
b/t/t1201-pull-trailing.sh
index 46d9f825479c75608c99ad987e39c208e8459aa9..9d70fe02fcd499ae0c52602bb21a5af0ec18e47c 100755
(executable)
--- a/
t/t1201-pull-trailing.sh
+++ b/
t/t1201-pull-trailing.sh
@@
-55,7
+55,7
@@
test_expect_success \
test_expect_success \
'Check that all went well' \
- "
diff -u
foo/file bar/file
+ "
test_cmp
foo/file bar/file
"
test_done