From c20cd695a85add7475363647a87e22485791cc2b Mon Sep 17 00:00:00 2001
From: Jonne Laagland Winder <jonnelaaglandwinder@gmail.com>
Date: Fri, 7 Oct 2022 22:41:21 +0200
Subject: [PATCH] Update __test__/verify-sparse-checkout.sh

Remove test escape hatch

Co-authored-by: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com>
---
 __test__/verify-sparse-checkout.sh | 4 ----
 1 file changed, 4 deletions(-)

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