t0240: use test_seq instead of seq
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Oct 3, 2015 at 22:42 UTC
0f7f0495a6522744d1f049c5988dc88fc59f7c4e
1 file changed
+1
-1
test/sharness/t0240-republisher.sh
+1
-1
@@ -23,7 +23,7 @@ setup_iptb() {
23
'
24
25
test_expect_success "set configs up" '
26
- for i in `seq 0 3`
26
+ for i in $(test_seq 0 3)
27
do
28
ipfsi $i config Ipns.RepublishPeriod 20s
29
done