]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 23 Oct 1999 13:25:05 +0000 (13:25 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 23 Oct 1999 13:25:05 +0000 (13:25 +0000)
tests/touch/dangling-symlink

index c7cde334c86e8f4d058b284971e4f08de19ded6f..7e6e0080c64512df03761dc5d902ba143a73cb21 100755 (executable)
@@ -7,8 +7,9 @@ if test "$VERBOSE" = yes; then
   touch --version
 fi
 
-fail=0
+rm -f touch-target t-symlink
 ln -s touch-target t-symlink
+fail=0
 
 # This used to infloop.
 touch t-symlink || fail=1