From bbc990c2328dfb2e982b8db4fd9ce9ac6ecf403a Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 25 May 2022 14:19:33 -0700 Subject: format test/git/test.sh --- test/git/test.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'test/git/test.sh') diff --git a/test/git/test.sh b/test/git/test.sh index f78d6f9..ce1552e 100644 --- a/test/git/test.sh +++ b/test/git/test.sh @@ -1,13 +1,12 @@ +#!/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 "version" git --version - # Definition specific tests - check "version" git --version - - # Report result - reportResults \ No newline at end of file +# Report result +reportResults -- cgit v1.2.3