# HG changeset patch # User Yuya Nishihara # Date 2015-03-19 15:22:37 # Node ID 93d3e1a8bfb0cadb5451366f760a8517ae9cf0e7 # Parent 026f8af88e49ae11ef4e5af3acb0c6171c50aaf8 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"