Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sc/pack-refs-deletion-racefix'
[gitweb.git]
/
t
/
t5801-remote-helpers.sh
diff --git
a/t/t5801-remote-helpers.sh
b/t/t5801-remote-helpers.sh
index 1829ef29c75b2224c61081ee8c57c091cd2e1451..2d6c4a281edb3f0678a600fd3e780825536da437 100755
(executable)
--- a/
t/t5801-remote-helpers.sh
+++ b/
t/t5801-remote-helpers.sh
@@
-8,6
+8,8
@@
test_description='Test remote-helper import and export commands'
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-gpg.sh
+PATH="$TEST_DIRECTORY/t5801:$PATH"
+
compare_refs() {
git --git-dir="$1/.git" rev-parse --verify $2 >expect &&
git --git-dir="$3/.git" rev-parse --verify $4 >actual &&