tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 30 Aug 2005 19:42:58 +0200
changeset 1168 235e0effa672
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Fixed two tests to run with bourne shell.

#!/bin/sh

hg
hg -q
hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help status
hg -q help status
hg help foo
hg skjdfks

exit 0