From 1786950759a0429bde29822c3c879fdbf305f24d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 Nov 2010 11:19:21 +0100 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/.gitignore') diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index 672fc9f5b..82560206e 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -1,3 +1,3 @@ chkhostname lib5[0-9][0-9] -lib580.c + -- cgit v1.2.3