From c04da7388b7c303463eb67123094d1cf20386feb Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 20:11:44 +0000 Subject: fix crazy test.sh formatting --- test/common/test.sh | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'test/common/test.sh') diff --git a/test/common/test.sh b/test/common/test.sh index 773c66f..1282015 100644 --- a/test/common/test.sh +++ b/test/common/test.sh @@ -1,14 +1,13 @@ +#!/bin/bash - #!/bin/bash +set -e - set -e +# Optional: Import test library +source dev-container-features-test-lib - # Optional: Import test library - source dev-container-features-test-lib +# Definition specific tests +check "jq" jq --version +check "curl" curl --version - # Definition specific tests - check "jq" jq --version - check "curl" curl --version - - # Report result - reportResults \ No newline at end of file +# Report result +reportResults \ No newline at end of file -- cgit v1.2.3