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