1 2 3 4 5 6 7 8 9
#!/bin/sh source ./assert.sh PROGRAM_EXEC="$1" assert_error "unknown option '-x'" $PROGRAM_EXEC -x ref out exit 0