]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 07:27:49 +0000 (07:27 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Sep 2000 07:27:49 +0000 (07:27 +0000)
tests/mv/part-symlink

index a21fa8125a6d1e3b47115c29202d028b239bdf1c..098fe762876c4215e2345566cd006aab5e79757e 100755 (executable)
@@ -65,8 +65,8 @@ for copy in cp mv; do
       'loc_sl rem_reg' \
       'rem_reg loc_sl' \
       ; do
-    for options in '' --rem; do
-      test "$options" = --rem && test $copy = mv && continue
+    for options in '' --rem '--rem -d' '--rem -b'; do
+      case "$options" in *--rem*) test $copy = mv && continue;; esac
       rm -rf dir || fail=1
       rm -f $other_partition_tmpdir/rem_reg || fail=1
       rm -f $other_partition_tmpdir/rem_sl || fail=1