Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t1405: make hash size independent
author
brian m. carlson
<sandals@crustytoothpaste.net>
Thu, 13 Sep 2018 05:17:39 +0000
(
05:17
+0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 17 Sep 2018 15:10:32 +0000
(08:10 -0700)
Instead of hard-coding a 40-based constant, split the output of
for-each-ref and for-each-reflog by field.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1405-main-ref-store.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
44171e5
)
diff --git
a/t/t1405-main-ref-store.sh
b/t/t1405-main-ref-store.sh
index a74c38b5fb22a6d274c26ed008c6bec355801e34..331899ddc4bd33805c83ebad8983233da7d67ec8 100755
(executable)
--- a/
t/t1405-main-ref-store.sh
+++ b/
t/t1405-main-ref-store.sh
@@
-54,7
+54,7
@@
test_expect_success 'for_each_ref(refs/heads/)' '
'
test_expect_success 'for_each_ref() is sorted' '
- $RUN for-each-ref refs/heads/ | cut -
c 4
2- >actual &&
+ $RUN for-each-ref refs/heads/ | cut -
d" " -f
2- >actual &&
sort actual > expected &&
test_cmp expected actual
'
@@
-71,7
+71,7
@@
test_expect_success 'verify_ref(new-master)' '
'
test_expect_success 'for_each_reflog()' '
- $RUN for-each-reflog | sort -k2 | cut -
c 4
2- >actual &&
+ $RUN for-each-reflog | sort -k2 | cut -
d" " -f
2- >actual &&
cat >expected <<-\EOF &&
HEAD 0x1
refs/heads/master 0x0