diff options
Diffstat (limited to 'spec/lib/external_command_scripts/error.sh')
-rwxr-xr-x | spec/lib/external_command_scripts/error.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/lib/external_command_scripts/error.sh b/spec/lib/external_command_scripts/error.sh new file mode 100755 index 000000000..65e74b3c6 --- /dev/null +++ b/spec/lib/external_command_scripts/error.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "this is my error message" >&1 +exit 1 |