D1578: tests: removes bashism from test-unamend.t

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Dec 1 22:11:39 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG900ed9853017: tests: removes bashism from test-unamend.t (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1578?vs=4069&id=4078

REVISION DETAIL
  https://phab.mercurial-scm.org/D1578

AFFECTED FILES
  tests/test-unamend.t

CHANGE DETAILS

diff --git a/tests/test-unamend.t b/tests/test-unamend.t
--- a/tests/test-unamend.t
+++ b/tests/test-unamend.t
@@ -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



To: pulkit, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list