tests/test-issue436
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 10 Sep 2008 13:52:33 +0200
changeset 7025 766d8cb8c622
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
run-tests.py: fix the check for the hg installation with -jn (n > 1)

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true