diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-04 07:27:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-04 07:27:49 +0000 |
commit | 1f64389cd5882453913718677acc9c554af7abfe (patch) | |
tree | 2e3f9c019e479350ebf3f0f30e9af6bbdaf78eaf /tests/mv/part-symlink | |
parent | e2017655a101934a9443454f23799ece8e57058f (diff) | |
download | coreutils-1f64389cd5882453913718677acc9c554af7abfe.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/mv/part-symlink')
-rwxr-xr-x | tests/mv/part-symlink | 4 |
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 |