Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pw/rebase-keep-empty-fixes'
[gitweb.git]
/
t
/
t5570-git-daemon.sh
diff --git
a/t/t5570-git-daemon.sh
b/t/t5570-git-daemon.sh
index 755b05a8ae9de940be8d9ad4c89473d836dcdf20..0d4c52016b2b3651fa638fcc416f22d236c87fc2 100755
(executable)
--- a/
t/t5570-git-daemon.sh
+++ b/
t/t5570-git-daemon.sh
@@
-50,7
+50,7
@@
test_expect_success 'no-op fetch -v stderr is as expected' '
'
test_expect_success 'no-op fetch without "-v" is quiet' '
- (cd clone && git fetch
) 2>stderr
&&
+ (cd clone && git fetch
2>../stderr)
&&
! test -s stderr
'