diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-30 18:44:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-30 18:44:43 +0000 |
commit | c8a15b9edb6849b5a76ff201cb3b9da0b1369d65 (patch) | |
tree | 5599a9a960d64bd94d70c8c9e179d302cc268765 /tests/rm/r-1 | |
parent | 0e1dfa9b8b134abc7ec5ee92cc21bc44f5422302 (diff) | |
download | coreutils-c8a15b9edb6849b5a76ff201cb3b9da0b1369d65.tar.xz |
Add quote marks to match new behavior.
Diffstat (limited to 'tests/rm/r-1')
-rwxr-xr-x | tests/rm/r-1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1 index 184ad5fe3..358c8781e 100755 --- a/tests/rm/r-1 +++ b/tests/rm/r-1 @@ -23,11 +23,11 @@ mkdir $tmp/a $tmp/a/a || framework_failure=1 > $tmp/b || framework_failure=1 cat <<EOF > $tmp/$test.E || framework_failure=1 -removing all entries of directory $tmp/a -removing all entries of directory $tmp/a/a -removing the directory itself: $tmp/a/a -removing the directory itself: $tmp/a -removing $tmp/b +removing all entries of directory \`$tmp/a' +removing all entries of directory \`$tmp/a/a' +removing the directory itself: \`$tmp/a/a' +removing the directory itself: \`$tmp/a' +removing \`$tmp/b' EOF if test $framework_failure = 1; then |