[PATCH] Fix wrong redirection in test-rebase-parameters

Adrian Buehlmann adrian at cadifra.com
Wed Aug 27 07:00:56 CDT 2008


On 27.08.2008 12:53, Stefano Tortarolo wrote:
> # HG changeset patch
> # User Stefano Tortarolo <stefano.tortarolo at gmail.com>
> # Date 1219834179 -7200
> # Node ID 40cacb049ef6fab9a42aadfeb0d1a2ec23e64d13
> # Parent  ce94b3236ea4541aa4b96512a1155d4694a36e62
> Fix wrong redirection in test-rebase-parameters
> 
> diff -r ce94b3236ea4 -r 40cacb049ef6 tests/test-rebase-parameters
> --- a/tests/test-rebase-parameters	Mon Aug 25 23:04:56 2008 +0200
> +++ b/tests/test-rebase-parameters	Wed Aug 27 12:49:39 2008 +0200
> @@ -30,7 +30,7 @@ createrepo () {
>      addcommit "r2" 7
>  }
>  
> -createrepo > /dev/null 2&>1
> +createrepo > /dev/null 2>&1
[snip]

Thanks!

With this patch applied to ce94b3236ea4, test-rebase-parameters
passes on FreeBSD 6.2.






More information about the Mercurial-devel mailing list