[PATCH] test-revert-interactive: eliminate bashism in wildcard pattern

Yuya Nishihara yuya at tcha.org
Thu Mar 19 16:24:11 UTC 2015


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1426778557 -32400
#      Fri Mar 20 00:22:37 2015 +0900
# Node ID 61690dc1b6b504ba57b17552b47acc3d684d1bcc
# Parent  d8d779487d89b51b2f874a791f44a21230ac577f
test-revert-interactive: eliminate bashism in wildcard pattern

The test failed with Debian dash.

diff --git a/tests/test-revert-interactive.t b/tests/test-revert-interactive.t
--- a/tests/test-revert-interactive.t
+++ b/tests/test-revert-interactive.t
@@ -18,7 +18,7 @@ 10 run the same test than 8 from within 
   > EOF
 
 
-  $ mkdir -p a/{folder1,folder2}
+  $ mkdir -p a/folder1 a/folder2
   $ cd a
   $ hg init
   $ python $TESTDIR/seq.py 1 5 > f ; hg add f ; hg commit -m "adding f"


More information about the Mercurial-devel mailing list