diff --git a/__test__/verify-sparse-checkout-non-cone-mode.sh b/__test__/verify-sparse-checkout-non-cone-mode.sh
index 0d5d56f..dae28ed 100755
--- a/__test__/verify-sparse-checkout-non-cone-mode.sh
+++ b/__test__/verify-sparse-checkout-non-cone-mode.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Verify .git folder
 if [ ! -d "./sparse-checkout-non-cone-mode/.git" ]; then
diff --git a/__test__/verify-sparse-checkout.sh b/__test__/verify-sparse-checkout.sh
index f668430..a9f7748 100755
--- a/__test__/verify-sparse-checkout.sh
+++ b/__test__/verify-sparse-checkout.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Verify .git folder
 if [ ! -d "./sparse-checkout/.git" ]; then