Skip to content

Commit f02dd06

Browse files
Matthew Ogilviegitster
authored andcommitted
t6006: do not write to /tmp
Signed-off-by: Matthew Ogilvie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3940730 commit f02dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6006-rev-list-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ test_expect_success 'oneline with empty message' '
213213
git commit -m "dummy" --allow-empty &&
214214
git commit -m "dummy" --allow-empty &&
215215
git filter-branch --msg-filter "sed -e s/dummy//" HEAD^^.. &&
216-
git rev-list --oneline HEAD > /tmp/test.txt &&
216+
git rev-list --oneline HEAD >test.txt &&
217217
test $(git rev-list --oneline HEAD | wc -l) -eq 5 &&
218218
test $(git rev-list --oneline --graph HEAD | wc -l) -eq 5
219219
'

0 commit comments

Comments
 (0)