blob: 4698baa656b58b7191617e56317b05196381a187 [file] [log] [blame]
#!/bin/bash
"$@"
if [ $? -eq 0 ]; then
echo expected $1 to fail
exit 1
fi
exit 0