changeset 3137:e162597b375a

test: remove bashism in test-topic-change.t The test was broken on various machine using shell not supporting the `{start..end}` construct.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 06 Oct 2017 10:28:09 +0200
parents a05b6580f71c
children 93ea1d9d6ad3
files tests/test-topic-change.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-topic-change.t
+++ b/tests/test-topic-change.t
@@ -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 {}