From e516cf1d2546046c4c30a4f6f7e0e4cc142b082e Mon Sep 17 00:00:00 2001 From: eric sciple Date: Fri, 17 Oct 2025 16:15:26 +0000 Subject: [PATCH] . --- __test__/verify-submodules-true.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/__test__/verify-submodules-true.sh b/__test__/verify-submodules-true.sh index da33ced..8ffabb1 100755 --- a/__test__/verify-submodules-true.sh +++ b/__test__/verify-submodules-true.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -o pipefail if [ ! -f "./submodules-true/regular-file.txt" ]; then echo "Expected regular file does not exist" @@ -28,7 +27,7 @@ if [ "$?" != "0" ]; then fi # Try to ls-remote to validate credentials work -git ls-remote origin 2>&1 | head +git ls-remote origin >/dev/null if [ "$?" != "0" ]; then echo "Failed to validate persisted credential - git ls-remote failed" popd