mo/tests/invalid-option

16 lines
204 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
cd "${0%/*}" || exit 1
. ../run-tests
person=""
template=""
2023-04-08 04:10:47 +00:00
returnCode=1
arguments=(--something)
expected() {
cat <<EOF
cat: --something: No such file or directory
EOF
}
runTest