tests/test-notfound.out
author mpm@selenic.com
Tue, 16 Aug 2005 19:03:01 -0800
changeset 925 5a034646e472
parent 910 891b6a262c4b
child 1184 9462df772bc8
permissions -rw-r--r--
run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
909
e2e7a2462ede Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
     1
Is there an error message when trying to diff non-existing files?
e2e7a2462ede Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
     2
not: No such file or directory
e2e7a2462ede Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
     3
found: No such file or directory
e2e7a2462ede Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
     4
Is there an error message when trying to add non-existing files?
e2e7a2462ede Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
     5
not: No such file or directory
e2e7a2462ede Addes test for error messages when operating on non-existing files.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
     6
found: No such file or directory