mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 13:33:59 +08:00
adjust
This commit is contained in:
parent
09184490e9
commit
d38d008a1d
10
tests/rm/r-1
10
tests/rm/r-1
@ -21,12 +21,10 @@ cd $tmp || framework_failure=1
|
||||
mkdir a a/a || framework_failure=1
|
||||
> b || framework_failure=1
|
||||
|
||||
cat <<EOF > $test.E || framework_failure=1
|
||||
removing all entries of directory \`a'
|
||||
removing all entries of directory \`a/a'
|
||||
removing the directory itself: \`a/a'
|
||||
removing the directory itself: \`a'
|
||||
removing \`b'
|
||||
cat <<\EOF > $test.E || framework_failure=1
|
||||
removed directory: `a/a'
|
||||
removed directory: `a'
|
||||
removed `b'
|
||||
EOF
|
||||
|
||||
if test $framework_failure = 1; then
|
||||
|
Loading…
Reference in New Issue
Block a user