]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use --b=simple, not the now-deprecated `-V simple'.
authorJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 10:47:52 +0000 (10:47 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 10:47:52 +0000 (10:47 +0000)
tests/ln/backup-1
tests/ln/misc

index afb4a63d945cd05c0137da37400cdd278c41464b..30bdf1d93da1fb09ee1c3579b73ffac95afb6f78 100755 (executable)
@@ -19,6 +19,6 @@ if test $framework_failure = 1; then
 fi
 
 ln b b~ || fail=1
-ln -V simple -f -b a b || fail=1
+ln -f --b=simple a b || fail=1
 
 exit $fail
index 540511b6d961ce1c40585cbcfa050391ae7b74d4..872767b2fb528f26ac5ebfb2af321c707a4482a0 100755 (executable)
@@ -91,7 +91,7 @@ rm -rf $d $f $ld
 # and the backup file name is a hard link to the destination file.
 touch a b || test_failure=1
 ln b b~ || test_failure=1
-ln -V simple -f -b a b || fail=1
+ln -f --b=simple a b || fail=1
 
 # Create a hard link to a dangling symlink.
 # This is not portable.  At least sunos4.1.4 and OpenBSD 2.3 fail this test.