blob: 556cd434abe69e2fa648110e56afed9f697de6ee (
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 image URL"
votest.has_err = yes
set cache = "/tmp/cache/"
fcache init
iferr {
imstat ("http://iraf.noao.edu/votest/dbix.fits", >& "dev$null")
} then {
print ("error in test")
}
fcache list
|