diff options
-rwxr-xr-x | tests/touch/no-rights | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/touch/no-rights b/tests/touch/no-rights index 3906564a8..cf0a92267 100755 --- a/tests/touch/no-rights +++ b/tests/touch/no-rights @@ -10,8 +10,8 @@ fi DEFAULT_SLEEP_SECONDS=2 SLEEP_SECONDS=${SLEEP_SECONDS=$DEFAULT_SLEEP_SECONDS} -t1=touch-no-rw1 -t2=touch-no-rw2 +t1=no-rw1 +t2=no-rw2 rm -rf $t1 $t2 : > $t1 |