diff options
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/not-owner | 2 |
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 |