diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-29 14:20:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-29 14:20:25 -0700 |
commit | 1ccb22d524e4809d5a8282603f0d5433cf2cbb8c (patch) | |
tree | 523d3776bcd55b25ef5e721f15843c3ca9cb6108 /t | |
parent | Merge branch 'fc/transport-helper-error-reporting' (diff) | |
parent | git-remote-testgit: build it to run under $SHELL_PATH (diff) | |
download | tgif-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')
-rwxr-xr-x | t/t5801-remote-helpers.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh index 16faa23154..4899af3f7a 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 && |