Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/daemon-no-ipv6-for-2.4.1' into maint
[gitweb.git]
/
t
/
t4212-log-corrupt.sh
diff --git
a/t/t4212-log-corrupt.sh
b/t/t4212-log-corrupt.sh
index 67bd8ec020e7919a37c581d3ea7c6c12e70f4276..22aa8b7c0e08d680233ffbcfa9a16d0f57c340d1 100755
(executable)
--- a/
t/t4212-log-corrupt.sh
+++ b/
t/t4212-log-corrupt.sh
@@
-61,7
+61,7
@@
test_expect_success 'unparsable dates produce sentinel value' '
test_expect_success 'unparsable dates produce sentinel value (%ad)' '
commit=$(munge_author_date HEAD totally_bogus) &&
echo >expect &&
- git log -1 --format=%ad $commit >actual
+ git log -1 --format=%ad $commit >actual
&&
test_cmp expect actual
'