tests/test-notfound
author Lee Cantey <lcantey@gmail.com>
Mon, 21 Aug 2006 10:46:58 -0700
changeset 3012 fa4229c60dd7
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Allow for MB/sec transfer rates in test-http-proxy and test-ssh. Also make the test more specific in test-http.

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