killchain-compendium/misc/telecommunications/sipvicious/autotest/common.sh

6 lines
60 B
Bash
Raw Normal View History

2022-08-08 22:43:23 +02:00
do_test() {
$2
if [ $? -ne $1 ]; then exit 1; fi
}