diff options
Diffstat (limited to 'tests/cp/proc-zero-len')
-rwxr-xr-x | tests/cp/proc-zero-len | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/proc-zero-len b/tests/cp/proc-zero-len index 53abc43f9..cc6fd0fbc 100755 --- a/tests/cp/proc-zero-len +++ b/tests/cp/proc-zero-len @@ -35,6 +35,6 @@ cp $f exp || fail=1 test -s out && { rm -f out; echo nonempty > out; } test -s exp && { rm -f exp; echo nonempty > exp; } -compare out exp || fail=1 +compare exp out || fail=1 Exit $fail |