changeset 35195:900ed9853017

tests: removes bashism from test-unamend.t FreeBSD builders fail because of bashism. Differential Revision: https://phab.mercurial-scm.org/D1578
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 02 Dec 2017 06:32:41 +0530
parents 779c6cf2967b
children 5cc14407a739
files tests/test-unamend.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-unamend.t	Fri Dec 01 12:28:05 2017 -0800
+++ b/tests/test-unamend.t	Sat Dec 02 06:32:41 2017 +0530
@@ -16,7 +16,7 @@
 
   $ hg init repo
   $ cd repo
-  $ 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  Added h