From 96ec5176baace46dd0c5cc6b3e9e080d52297674 Mon Sep 17 00:00:00 2001 From: Ian Chard Date: Tue, 14 Jan 2014 10:12:29 +0000 Subject: Tests for abnormal exit detection --- spec/lib/external_command_scripts/error.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 spec/lib/external_command_scripts/error.sh (limited to 'spec/lib/external_command_scripts/error.sh') 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 -- cgit v1.2.3