sv2v/test/help/run.sh

14 lines
280 B
Bash
Executable File

#!/bin/bash
test_help() {
runAndCapture --help
assertTrue "getting help should succeed" $result
assertNotNull "stdout should not be empty" "$stdout"
assertNull "stderr should be empty" "$stderr"
python3 check_usage.py
}
source ../lib/functions.sh
. shunit2