diff options
| -rw-r--r-- | tests/libtest/lib526.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index c68e19b6d..89fddbc51 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -215,7 +215,9 @@ int test(char *URL)      res = TEST_ERR_RUNS_FOREVER;    } -/* test_cleanup: */ +#ifdef LIB532 +test_cleanup: +#endif  #ifndef LIB527    /* get NUM_HANDLES easy handles */ | 
