From ce333f17975ba313b529d10ad478d2c90b641a53 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Sun, 26 Jan 2025 22:12:20 -0800 Subject: [PATCH] . t test.sh should fail on error Added the standard Bash boilerplate. `-e` is fail on error. --- bash/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/test.sh b/bash/test.sh index e51a4b3..f3295e2 100755 --- a/bash/test.sh +++ b/bash/test.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -euo pipefail echo "test: pass" ./verify.sh -t test1 <<< "test 1 approves this message