From: Jim Meyering Date: Sat, 23 Oct 1999 13:25:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a4ef2236dd97606e5e3787b5578a1845af8b859;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/touch/dangling-symlink b/tests/touch/dangling-symlink index c7cde334c8..7e6e0080c6 100755 --- a/tests/touch/dangling-symlink +++ b/tests/touch/dangling-symlink @@ -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