diff options
Diffstat (limited to 'test/git-lfs/autoPullEnabled.sh')
-rw-r--r-- | test/git-lfs/autoPullEnabled.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/git-lfs/autoPullEnabled.sh b/test/git-lfs/autoPullEnabled.sh new file mode 100644 index 0000000..8cdce3f --- /dev/null +++ b/test/git-lfs/autoPullEnabled.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +check "target file exists" cat big-file-1.txt +check "lfs file has been expanded" cat "big-file-1.txt" | grep "this is test file 1" + +reportResults
\ No newline at end of file |