Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
t
/
t1410-reflog.sh
diff --git
a/t/t1410-reflog.sh
b/t/t1410-reflog.sh
index 12a53edfdc189cd27924e38ab7158f595c873af4..73f830db2374e751fb46e25b345e860979b9dd05 100755
(executable)
--- a/
t/t1410-reflog.sh
+++ b/
t/t1410-reflog.sh
@@
-199,6
+199,7
@@
test_expect_success 'delete' '
git reflog show master > output &&
test 3 = $(wc -l < output) &&
! grep dragon < output
+
'
test_done