aboutsummaryrefslogtreecommitdiff
path: root/nad/test83
diff options
context:
space:
mode:
Diffstat (limited to 'nad/test83')
-rwxr-xr-xnad/test832
1 files changed, 2 insertions, 0 deletions
diff --git a/nad/test83 b/nad/test83
index 1237a326..6465c183 100755
--- a/nad/test83
+++ b/nad/test83
@@ -696,8 +696,10 @@ if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURED"
echo "test file ${OUT} saved"
+ exit 100
else
echo "TEST OK"
echo "test file ${OUT} removed"
/bin/rm -f ${OUT}
+ exit 0
fi