[PATCH] tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available

Matt Mackall mpm at selenic.com
Thu Jan 17 19:19:17 CST 2008


On Fri, 2008-01-18 at 03:06 +0200, Giorgos Keramidas wrote:
> # HG changeset patch
> # User Giorgos Keramidas <keramida at ceid.upatras.gr>
> # Date 1200618365 -7200
> # Node ID d25f4e143a0cb134b23d1986212cff6fad9d51b6
> # Parent  fb93c774dffff3601835102fdb57417428307cba
> tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available
> 
> diff --git a/tests/test-journal-exists b/tests/test-journal-exists
> --- a/tests/test-journal-exists
> +++ b/tests/test-journal-exists
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/bin/sh

Oops, my fault. Queued. Anyone feel like hacking together a script to
test for common errors like these?

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial-devel mailing list