]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-dlopenrpath.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / elf / tst-dlopenrpath.c
index 04decbe6290ae006f154586442e33abaecd4c980..e65b1d7c549564a1f01313688df545b576ce2c85 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
@@ -67,5 +67,4 @@ do_test (void)
   return result;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>