summaryrefslogtreecommitdiff
path: root/tests/update-gits-chunk.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/update-gits-chunk.script')
-rwxr-xr-xtests/update-gits-chunk.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/update-gits-chunk.script b/tests/update-gits-chunk.script
index b07aef17..54a8d9ed 100755
--- a/tests/update-gits-chunk.script
+++ b/tests/update-gits-chunk.script
@@ -30,4 +30,4 @@ NEWREF="$(git show-ref --hash farrokh)"
# check the top commit of the cached repo's farrokh branch
cd "$DATADIR/cache/gits/"*chunk?repo*
-test "$(git show-ref --hash refs/remotes/origin/farrokh)" = "$NEWREF"
+test "$(git show-ref --hash refs/heads/farrokh)" = "$NEWREF"