tests/test-notfound
author Peter van Dijk <peter@dataloss.nl>
Tue, 21 Feb 2006 22:23:51 +0100
changeset 1923 7d83a351a936
parent 910 891b6a262c4b
permissions -rwxr-xr-x
fix testsuite for freebsd and one timingissue

#!/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