Add missed exit codes

This commit is contained in:
zen0bit 2024-05-04 02:45:22 +02:00
parent 6486aa135b
commit 53ee0383a8
1 changed files with 2 additions and 0 deletions

View File

@ -3431,6 +3431,7 @@ case "${1}" in
done
elif [ -z "${2}" ]; then
test_all "${1}"
exit 0
fi
;;
'--check'|'-c')
@ -3442,6 +3443,7 @@ case "${1}" in
done
elif [ -z "${2}" ]; then
test_all "${1}"
exit 0
fi
;;
#TODO: Argument without dashes should be DEPRECATED!