diff --git a/__test__/verify-sparse-checkout.sh b/__test__/verify-sparse-checkout.sh index a72a8ce..92e176f 100755 --- a/__test__/verify-sparse-checkout.sh +++ b/__test__/verify-sparse-checkout.sh @@ -1,9 +1,5 @@ #!/bin/bash -## REMOVE THIS -exit 0 -## REMOVE THIS - if [ ! -f "./sparse-checkout/root.txt" ]; then echo "Expected file 'root.txt' to exist" exit 1