blob: 4ec60a191f10dabe2fa5dac22fbac5e1141fb008 (
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 table URL"
votest.has_err = yes
set cache = "/tmp/cache/"
fcache init
iferr {
tlcol ("http://iraf.noao.edu/votest/usno-z.xml", >& "dev$null")
} then {
print ("error in test")
}
fcache list
|