diff options
Diffstat (limited to 'tests/sample-test')
-rw-r--r-- | tests/sample-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sample-test b/tests/sample-test index 31f87f5ca..d3c84bff1 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -16,7 +16,7 @@ mkdir $tmp || framework_failure=1 cd $tmp || framework_failure=1 if test $framework_failure = 1; then - echo 'failure in testing framework' + echo 'failure in testing framework' 1>&2 (exit 1); exit fi |