From 0451a0a74dbb4428437ff153ac7f6022deee0a14 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Fri, 7 May 2021 09:54:08 -0600 Subject: [PATCH] test fail --- tests/bash/021_fail.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/bash/021_fail.sh diff --git a/tests/bash/021_fail.sh b/tests/bash/021_fail.sh new file mode 100755 index 0000000000..50df7f01b3 --- /dev/null +++ b/tests/bash/021_fail.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +echo "ERROR" +exit 1 \ No newline at end of file -- GitLab