diff options
author | Jim Meyering <meyering@redhat.com> | 2011-11-22 10:18:30 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-11-22 10:34:43 +0100 |
commit | 9d98634b3908786bb048b72624da244e681f87b9 (patch) | |
tree | ea46e0b4f6d08e67fce4e85e848ad8d338ea9cdb /tests/install | |
parent | ad10c145ff5ae776598671ed840a446dc120b871 (diff) | |
download | coreutils-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/install')
-rwxr-xr-x | tests/install/basic-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 9863becf9..ec6449cbd 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -104,7 +104,7 @@ fi touch file || fail=1 ginstall -Dv file sub3/a/b/c/file >out 2>&1 || fail=1 -diff - out <<\EOF || fail=1 +compare - out <<\EOF || fail=1 ginstall: creating directory `sub3' ginstall: creating directory `sub3/a' ginstall: creating directory `sub3/a/b' |