diff --git a/__test__/verify-sparse-checkout-non-cone-mode.sh b/__test__/verify-sparse-checkout-non-cone-mode.sh index 0d5d56f3..dae28ed7 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 f6684309..a9f7748b 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