We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3940730 commit f02dd06Copy full SHA for f02dd06
t/t6006-rev-list-format.sh
@@ -213,7 +213,7 @@ test_expect_success 'oneline with empty message' '
213
git commit -m "dummy" --allow-empty &&
214
215
git filter-branch --msg-filter "sed -e s/dummy//" HEAD^^.. &&
216
- git rev-list --oneline HEAD > /tmp/test.txt &&
+ git rev-list --oneline HEAD >test.txt &&
217
test $(git rev-list --oneline HEAD | wc -l) -eq 5 &&
218
test $(git rev-list --oneline --graph HEAD | wc -l) -eq 5
219
'
0 commit comments