From fb763e4f7a17ea1d034d1e8ad9b57bc3b217c645 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Oct 2002 09:21:08 +0000 Subject: Use double quotes around diagnostic. --- tests/mv/i-link-no | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mv/i-link-no') diff --git a/tests/mv/i-link-no b/tests/mv/i-link-no index ec5c7ba2d..ed72164ab 100755 --- a/tests/mv/i-link-no +++ b/tests/mv/i-link-no @@ -25,7 +25,7 @@ ln b/FUBAR b/bar || framework_failure=1 chmod a-w b/bar || 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 -- cgit v1.2.3-54-g00ecf