comparison 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
comparison
equal deleted inserted replaced
3079:4c9fcb5e3b82 3080:e270cbd4aa20
57 57
58 0:-1,-1 1e4e1b8f71e0 1970-01-12 13:46 +0000 user 58 0:-1,-1 1e4e1b8f71e0 1970-01-12 13:46 +0000 user
59 line 1 59 line 1
60 60
61 # error if style not readable 61 # error if style not readable
62 abort: Permission denied - ./q 62 abort: Permission denied: ./q
63 # error if no style 63 # error if no style
64 abort: No such file or directory - notexist 64 abort: No such file or directory: notexist
65 # error if style missing key 65 # error if style missing key
66 abort: ./t: no key named 'changeset' 66 abort: ./t: no key named 'changeset'
67 # error if include fails 67 # error if include fails
68 abort: template file ./q: Permission denied 68 abort: template file ./q: Permission denied
69 # include works 69 # include works