diff options
Diffstat (limited to 'tests/touch/now-owned-by-other')
-rwxr-xr-x | tests/touch/now-owned-by-other | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/now-owned-by-other b/tests/touch/now-owned-by-other index 2c1faefef..123df8458 100755 --- a/tests/touch/now-owned-by-other +++ b/tests/touch/now-owned-by-other @@ -36,4 +36,4 @@ chmod g+x . setuidgid $NON_ROOT_USERNAME env PATH="$PATH" touch -d now root-owned || fail=1 -(exit $fail); exit $fail +Exit $fail |