tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Dec 2006 14:17:48 +0100
changeset 3988 9dcf9d45cab8
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.

#!/bin/sh

hg init

echo "Is there an error message when trying to diff non-existing files?"
hg diff not found

echo "Is there an error message when trying to add non-existing files?"
hg add not found