Update __test__/verify-sparse-checkout.sh

Remove test escape hatch

Co-authored-by: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com>
This commit is contained in:
Jonne Laagland Winder 2022-10-07 22:41:21 +02:00 committed by GitHub
parent b4165575d9
commit c20cd695a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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