Unverified Commit bbc990c2 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

format test/git/test.sh

parent eab81417
#!/bin/bash
#!/bin/bash set -e
set -e # Optional: Import test library
source dev-container-features-test-lib
# Optional: Import test library # Definition specific tests
source dev-container-features-test-lib check "version" git --version
# Definition specific tests # Report result
check "version" git --version reportResults
# Report result
reportResults
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment