diff options
Diffstat (limited to 'tests/touch/not-owner')
-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 98dd4e348..c8b567c63 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 && compare out exp +test $fail = 1 && compare exp out Exit $fail |