diff options
Diffstat (limited to 'spec/support/hook_fail')
-rwxr-xr-x | spec/support/hook_fail | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/hook_fail b/spec/support/hook_fail new file mode 100755 index 0000000..4420796 --- /dev/null +++ b/spec/support/hook_fail @@ -0,0 +1,3 @@ +#!/bin/bash +#echo "fail: $0" +exit 1 |