diff tests/test-command-template.out @ 3080:e270cbd4aa20

Fixed OSError "No such file or directory: None" and make IOError consistent. The None error occurs when the current working directory is no longer available, e.g. because it was removed in another shell.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 11 Sep 2006 10:23:23 +0200
parents fb493241d7f6
children a6d0cd63068c
line wrap: on
line diff
--- a/tests/test-command-template.out	Mon Sep 11 10:08:30 2006 +0200
+++ b/tests/test-command-template.out	Mon Sep 11 10:23:23 2006 +0200
@@ -59,9 +59,9 @@
   line 1
 
 # error if style not readable
-abort: Permission denied - ./q
+abort: Permission denied: ./q
 # error if no style
-abort: No such file or directory - notexist
+abort: No such file or directory: notexist
 # error if style missing key
 abort: ./t: no key named 'changeset'
 # error if include fails