tests/test-notfound
author Lee Cantey <lcantey@gmail.com>
Thu, 13 Jul 2006 11:19:35 -0700
changeset 2610 7a87aebd848e
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fix sed expression for OS X and Solaris 2.6. Matches previous fixes in other tests.

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