mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-15 21:05:24 +08:00
*** empty log message ***
This commit is contained in:
parent
e2017655a1
commit
1f64389cd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user