mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
Use double quotes around diagnostic.
This commit is contained in:
@@ -19,7 +19,7 @@ cd $tmp || framework_failure=1
|
||||
touch file || 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
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user