test: remove bashism in test-topic-change.t
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 06 Oct 2017 10:28:09 +0200
changeset 3041 e162597b375a
parent 3040 a05b6580f71c
child 3042 93ea1d9d6ad3
test: remove bashism in test-topic-change.t The test was broken on various machine using shell not supporting the `{start..end}` construct.
tests/test-topic-change.t
--- a/tests/test-topic-change.t	Thu Oct 05 19:35:58 2017 +0530
+++ b/tests/test-topic-change.t	Fri Oct 06 10:28:09 2017 +0200
@@ -20,7 +20,7 @@
 
   $ hg init topics
   $ cd topics
-  $ for ch in {a..h}; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done
+  $ for ch in a b c d e f g h; do touch $ch; echo "foo" >> $ch; hg ci -Aqm "Added "$ch; done
 
   $ hg glog
   @  7:ec2426147f0e {}