From: Jim Meyering Date: Mon, 4 Sep 2000 07:27:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f64389cd5882453913718677acc9c554af7abfe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index a21fa8125a..098fe76287 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