Update __test__/verify-sparse-checkout.sh

Remove test escape hatch

Co-authored-by: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com>
pull/680/head
Jonne Laagland Winder 3 years ago committed by GitHub
parent b4165575d9
commit c20cd695a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save