From: Jim Meyering Date: Sun, 24 Dec 2000 17:53:05 +0000 (+0000) Subject: whoops X-Git-Tag: FILEUTILS-4_0_35~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24ffc1a3c9e0ae003c6005a2bc107999620ab072;p=thirdparty%2Fcoreutils.git whoops --- diff --git a/tests/ln/misc b/tests/ln/misc index 26db832ec6..8ab2d1308b 100755 --- a/tests/ln/misc +++ b/tests/ln/misc @@ -117,7 +117,7 @@ rm -rf a symlink hard-to-sym hard-to-dangle # Make sure ln can make simple backups. # This was fixed in 4.0.34. Broken in 4.0r. -touch a || framework_failure=1 +touch a x || framework_failure=1 ln --backup=simple --suffix=.orig x a || fail=1 test -f a.orig || fail=1