diff options
Diffstat (limited to 'elf/tst-dlopenrpath.c')
-rw-r--r-- | elf/tst-dlopenrpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/tst-dlopenrpath.c b/elf/tst-dlopenrpath.c index ac72a1e893..77346d36f9 100644 --- a/elf/tst-dlopenrpath.c +++ b/elf/tst-dlopenrpath.c @@ -67,5 +67,4 @@ do_test (void) return result; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |