diff options
Diffstat (limited to 'tests/cp/backup-1')
-rwxr-xr-x | tests/cp/backup-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/backup-1 b/tests/cp/backup-1 index 3116dd165..29e36e58c 100755 --- a/tests/cp/backup-1 +++ b/tests/cp/backup-1 @@ -15,7 +15,7 @@ mkdir -p $tmp || framework_failure=1 cd $tmp || 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 |