From 0a4ef2236dd97606e5e3787b5578a1845af8b859 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Oct 1999 13:25:05 +0000 Subject: *** empty log message *** --- tests/touch/dangling-symlink | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/touch/dangling-symlink') diff --git a/tests/touch/dangling-symlink b/tests/touch/dangling-symlink index c7cde334c..7e6e0080c 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 -- cgit v1.2.3-54-g00ecf