* [PATCH] t6044: replace seq by test_seq
@ 2016-05-18 5:51 Johannes Sixt
2016-05-19 15:21 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Sixt @ 2016-05-18 5:51 UTC (permalink / raw)
To: Elijah Newren; +Cc: Git Mailing List
seq is not available everywhere.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
---
t/t6044-merge-unrelated-index-changes.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/t6044-merge-unrelated-index-changes.sh b/t/t6044-merge-unrelated-index-changes.sh
index 20a3ffe..0102348 100755
--- a/t/t6044-merge-unrelated-index-changes.sh
+++ b/t/t6044-merge-unrelated-index-changes.sh
@@ -20,7 +20,7 @@ test_description="merges with unrelated index changes"
# Commit E: renames a->subdir/a, adds subdir/e
test_expect_success 'setup trivial merges' '
- seq 1 10 >a &&
+ test_seq 1 10 >a &&
git add a &&
test_tick && git commit -m A &&
@@ -42,7 +42,7 @@ test_expect_success 'setup trivial merges' '
test_tick && git commit -m C &&
git checkout D &&
- seq 2 10 >a &&
+ test_seq 2 10 >a &&
echo d >d &&
git add a d &&
test_tick && git commit -m D &&
--
2.7.0.118.g90056ae
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] t6044: replace seq by test_seq
2016-05-18 5:51 [PATCH] t6044: replace seq by test_seq Johannes Sixt
@ 2016-05-19 15:21 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2016-05-19 15:21 UTC (permalink / raw)
To: Johannes Sixt; +Cc: Elijah Newren, Git Mailing List
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-19 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 5:51 [PATCH] t6044: replace seq by test_seq Johannes Sixt
2016-05-19 15:21 ` Junio C Hamano
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).