view tests/test-help @ 835:9de3535caae8

Cleaned up trap handling in run-tests, too.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 04 Aug 2005 18:23:07 +0100
parents 0902ffece4b4
children 8933ef744325 c2e77581bc84
line wrap: on
line source

#!/bin/sh

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

exit 0