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

Augie Fackler raf at durin42.com
Thu Mar 19 12:17:13 CDT 2015


On Fri, Mar 20, 2015 at 01:24:11AM +0900, Yuya Nishihara wrote:
> # 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

Queued this, thanks.

>
> 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"
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list