aboutsummaryrefslogtreecommitdiff
path: root/t/t5801-remote-helpers.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-29 14:20:25 -0700
committerJunio C Hamano <gitster@pobox.com>2013-05-29 14:20:25 -0700
commit1ccb22d524e4809d5a8282603f0d5433cf2cbb8c (patch)
tree523d3776bcd55b25ef5e721f15843c3ca9cb6108 /t/t5801-remote-helpers.sh
parent766f0f8ef755eeb7a79b87af9bc348a1ba824589 (diff)
parent709a957d9493cbdd457d02bfada067c9b3ccc253 (diff)
downloadgit-1ccb22d524e4809d5a8282603f0d5433cf2cbb8c.tar.gz
git-1ccb22d524e4809d5a8282603f0d5433cf2cbb8c.tar.xz
Merge branch 'js/transport-helper-error-reporting-fix'
Finishing touches to fc/transport-helper-error-reporting topic. * js/transport-helper-error-reporting-fix: git-remote-testgit: build it to run under $SHELL_PATH git-remote-testgit: further remove some bashisms git-remote-testgit: avoid process substitution
Diffstat (limited to 't/t5801-remote-helpers.sh')
-rwxr-xr-xt/t5801-remote-helpers.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh
index 16faa2315..4899af3f7 100755
--- a/t/t5801-remote-helpers.sh
+++ b/t/t5801-remote-helpers.sh
@@ -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 &&