summaryrefslogtreecommitdiff
path: root/elf/tst-prelink.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-prelink.c')
-rw-r--r--elf/tst-prelink.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/elf/tst-prelink.c b/elf/tst-prelink.c
index bb6df7ade7..9065a8412b 100644
--- a/elf/tst-prelink.c
+++ b/elf/tst-prelink.c
@@ -1,6 +1,6 @@
/* Test the output from the environment variable, LD_TRACE_PRELINKING,
for prelink.
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -26,5 +26,4 @@ do_test (void)
return 0;
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>