summaryrefslogtreecommitdiff
path: root/tests/touch
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-22 10:18:30 +0100
committerJim Meyering <meyering@redhat.com>2011-11-22 10:34:43 +0100
commit9d98634b3908786bb048b72624da244e681f87b9 (patch)
treeea46e0b4f6d08e67fce4e85e848ad8d338ea9cdb /tests/touch
parentad10c145ff5ae776598671ed840a446dc120b871 (diff)
downloadcoreutils-9d98634b3908786bb048b72624da244e681f87b9.tar.xz
tests: use compare, not "diff", in a few stray tests
* tests/install/basic-1: Use compare, not diff. * tests/mkdir/p-v: Likewise. * tests/mv/part-fail: Likewise. * tests/rm/rm1: Likewise. * tests/rm/rm2: Likewise. * tests/touch/not-owner: Likewise.
Diffstat (limited to 'tests/touch')
-rwxr-xr-xtests/touch/not-owner2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/not-owner b/tests/touch/not-owner
index 1166c1608..98dd4e348 100755
--- a/tests/touch/not-owner
+++ b/tests/touch/not-owner
@@ -50,6 +50,6 @@ EOF
done
test "$match" = 1 || fail=1
-test $fail = 1 && diff out exp 2> /dev/null
+test $fail = 1 && compare out exp
Exit $fail