summaryrefslogtreecommitdiff
path: root/tests/mv/part-symlink
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-04 07:27:49 +0000
committerJim Meyering <jim@meyering.net>2000-09-04 07:27:49 +0000
commit1f64389cd5882453913718677acc9c554af7abfe (patch)
tree2e3f9c019e479350ebf3f0f30e9af6bbdaf78eaf /tests/mv/part-symlink
parente2017655a101934a9443454f23799ece8e57058f (diff)
downloadcoreutils-1f64389cd5882453913718677acc9c554af7abfe.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/mv/part-symlink')
-rwxr-xr-xtests/mv/part-symlink4
1 files 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