diff options
author | Jim Meyering <jim@meyering.net> | 2002-10-08 09:21:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-10-08 09:21:08 +0000 |
commit | fb763e4f7a17ea1d034d1e8ad9b57bc3b217c645 (patch) | |
tree | d09246edabe78a9c4b537ff25232a0eaf3084d1e /tests/rm/i-no-r | |
parent | f3584c5e622d933ba7e2532ea6e6f07f8c1fc60d (diff) | |
download | coreutils-fb763e4f7a17ea1d034d1e8ad9b57bc3b217c645.tar.xz |
Use double quotes around diagnostic.
Diffstat (limited to 'tests/rm/i-no-r')
-rwxr-xr-x | tests/rm/i-no-r | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/i-no-r b/tests/rm/i-no-r index ab325d242..57733c8fd 100755 --- a/tests/rm/i-no-r +++ b/tests/rm/i-no-r @@ -20,7 +20,7 @@ mkdir dir || framework_failure=1 echo y > y || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit 1 fi |