tests/test-notfound
author Patrick Mezard <pmezard@gmail.com>
Sat, 14 Jul 2007 14:01:11 +0200
changeset 4880 6403f948bd6b
parent 910 891b6a262c4b
permissions -rwxr-xr-x
run-tests: extract correct status when script terminates with exit

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