diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-07 10:47:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-07 10:47:52 +0000 |
commit | 36daa470f4b0b50b8ec47610c3ac0a8360008bd8 (patch) | |
tree | 8e500d9e99376ca7fb528bf164f2a458efa571cc /tests/ln/backup-1 | |
parent | 5f9feb9aae8b303e2caabcc7ba0858d40c74b178 (diff) | |
download | coreutils-36daa470f4b0b50b8ec47610c3ac0a8360008bd8.tar.xz |
Use --b=simple, not the now-deprecated `-V simple'.
Diffstat (limited to 'tests/ln/backup-1')
-rwxr-xr-x | tests/ln/backup-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/backup-1 b/tests/ln/backup-1 index afb4a63d9..30bdf1d93 100755 --- a/tests/ln/backup-1 +++ b/tests/ln/backup-1 @@ -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 |