From 1f64389cd5882453913718677acc9c554af7abfe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Sep 2000 07:27:49 +0000 Subject: [PATCH] *** empty log message *** --- tests/mv/part-symlink | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index a21fa8125..098fe7628 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -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