diff options
Diffstat (limited to 'nad/test83')
| -rwxr-xr-x | nad/test83 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
