blob: 67cb1107d0e024e78b8cbfb825668093521fdb64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Test for filename errors
# Set the test description string.
votest.descr = "Test for invalid file URL"
votest.has_err = yes
set cache = "/tmp/cache/"
fcache init
iferr {
type ("http://iraf.noao.edu/nosuchfile.html", >& "dev$null")
} then {
print ("error in test")
}
fcache list
|