summaryrefslogtreecommitdiff
path: root/test/check_nrg.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/check_nrg.sh.in')
-rwxr-xr-xtest/check_nrg.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/check_nrg.sh.in b/test/check_nrg.sh.in
index 84b7e2c8..0ae0d2e2 100755
--- a/test/check_nrg.sh.in
+++ b/test/check_nrg.sh.in
@@ -39,7 +39,7 @@ if test -f $nrg_file ; then
RC=$?
check_result $RC 'cd-info NRG test 2'
else
- echo "Don't see NRG file ${nrg_file}. Test skipped."
+ echo "-- Don't see NRG file ${nrg_file}. Test skipped."
exit 0
fi
@@ -51,7 +51,7 @@ if test -f $nrg_file ; then
RC=$?
check_result $RC "cd-info NRG $test_name" "${CD_INFO} $opts"
else
- echo "Don't see NRG file ${nrg_file}. Test skipped."
+ echo "-- Don't see NRG file ${nrg_file}. Test skipped."
exit $SKIP_TEST_EXITCODE
fi
@@ -64,7 +64,7 @@ if test -f $nrg_file ; then
check_result $RC "cd-info NRG $test_name" "${CD_INFO} $opts"
exit $RC
else
- echo "Don't see NRG file ${nrg_file}. Test skipped."
+ echo "-- Don't see NRG file ${nrg_file}. Test skipped."
exit $SKIP_TEST_EXITCODE
fi