From 19548deac926e71464d5d0ca042764908f7e1f3e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jun 2002 08:03:24 +0000 Subject: Change temp file names to accommodate DOS 8.3 file name limitation. --- tests/touch/no-rights | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/touch/no-rights') 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 -- cgit v1.2.3-70-g09d2