git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t6006: do not write to /tmp
@ 2010-04-17  2:29 Matthew Ogilvie
  0 siblings, 0 replies; only message in thread
From: Matthew Ogilvie @ 2010-04-17  2:29 UTC (permalink / raw)
  To: git, gitster; +Cc: Matthew Ogilvie

Signed-off-by: Matthew Ogilvie <mmogilvi_git@miniinfo.net>
---
 t/t6006-rev-list-format.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t6006-rev-list-format.sh b/t/t6006-rev-list-format.sh
index d24ca5c..53bf8f4 100755
--- a/t/t6006-rev-list-format.sh
+++ b/t/t6006-rev-list-format.sh
@@ -213,7 +213,7 @@ test_expect_success 'oneline with empty message' '
 	git commit -m "dummy" --allow-empty &&
 	git commit -m "dummy" --allow-empty &&
 	git filter-branch --msg-filter "sed -e s/dummy//" HEAD^^.. &&
-	git rev-list --oneline HEAD > /tmp/test.txt &&
+	git rev-list --oneline HEAD > test.txt &&
 	test $(git rev-list --oneline HEAD | wc -l) -eq 5 &&
 	test $(git rev-list --oneline --graph HEAD | wc -l) -eq 5
 '
-- 
1.7.0.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-17  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-17  2:29 [PATCH] t6006: do not write to /tmp Matthew Ogilvie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).