do not overflow exit status. [RT #42643]
This commit is contained in:
@@ -147,4 +147,5 @@ status=`expr $status + $ret`
|
||||
test_del test6.ipv6.example.nil. AAAA || ret=1
|
||||
status=`expr $status + $ret`
|
||||
|
||||
exit $status
|
||||
echo "I:exit status: $status"
|
||||
[ $status -eq 0 ] || exit 1
|
||||
|
||||
Reference in New Issue
Block a user