test: remove test 580
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Nov 2010 10:19:21 +0000 (11:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Nov 2010 10:26:26 +0000 (11:26 +0100)
commit1786950759a0429bde29822c3c879fdbf305f24d
tree2124485f7a3779976cdf4e8d8c0c90b685cc823a
parent87374a47c9d22521c8d31f1c4952db5fdb479903
test: remove test 580

Test 580 is removed again for two reasons:

1) Some compilers aren't satisfied by just a data variable called 'test'
when first.o wants a function called 'test'. The Solaris compiler says
"ld: warning: symbol `test' has differing types:" while the AIX compiler
downright rejects it.

2) Test case 1119 that was added after this test is way more complete
and cover everything test 580 does and more without introducing the same
problems.
tests/libtest/.gitignore
tests/libtest/Makefile.am
tests/libtest/Makefile.inc
tests/libtest/mk580.pl [deleted file]