Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var
[gitweb.git]
/
t
/
t1401-symbolic-ref.sh
diff --git
a/t/t1401-symbolic-ref.sh
b/t/t1401-symbolic-ref.sh
index 417eecc3af2a30c3544ddd2f83b7ccecc540eaf1..ca3fa406c34f1d41ac5d2be67804af234b996654 100755
(executable)
--- a/
t/t1401-symbolic-ref.sh
+++ b/
t/t1401-symbolic-ref.sh
@@
-110,7
+110,7
@@
test_expect_success 'symbolic-ref writes reflog entry' '
update
create
EOF
- git log --format=%gs -g >actual &&
+ git log --format=%gs -g
-2
>actual &&
test_cmp expect actual
'