projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae3622
)
Remove `diff' I'd put in for debugging.
author
Jim Meyering
<jim@meyering.net>
Sat, 25 Jul 1998 21:50:35 +0000
(21:50 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 25 Jul 1998 21:50:35 +0000
(21:50 +0000)
Exit with the status from cmp.
tests/cp/same-file
patch
|
blob
|
history
diff --git
a/tests/cp/same-file
b/tests/cp/same-file
index 03d34d058eec0fa1fb64395d059232db531f09ea..910973f66b649b6574056ce1cd9faeaa370e41b2 100755
(executable)
--- a/
tests/cp/same-file
+++ b/
tests/cp/same-file
@@
-166,4
+166,5
@@
cat <<\EOF > $expected
EOF
-cmp $expected $actual || diff -u $expected $actual 1>&2
+cmp $expected $actual
+exit $?