Merge branch 'nd/prune-packed-dryrun-verbose'
[gitweb.git] / t / t5801-remote-helpers.sh
index 16faa23154a7711ac7408d4a6df64e1623c28bcb..4899af3f7abfb567017e0d64c7961c22beb5b749 100755 (executable)
@@ -8,11 +8,6 @@ test_description='Test remote-helper import and export commands'
 . ./test-lib.sh
 . "$TEST_DIRECTORY"/lib-gpg.sh
 
-if ! type "${BASH-bash}" >/dev/null 2>&1; then
-       skip_all='skipping remote-testgit tests, bash not available'
-       test_done
-fi
-
 compare_refs() {
        git --git-dir="$1/.git" rev-parse --verify $2 >expect &&
        git --git-dir="$3/.git" rev-parse --verify $4 >actual &&