diff options
-rwxr-xr-x | tests/ln/misc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/misc b/tests/ln/misc index 26db832ec..8ab2d1308 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 |