*** empty log message ***

This commit is contained in:
Jim Meyering 2000-09-04 07:27:49 +00:00
parent e2017655a1
commit 1f64389cd5

View File

@ -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