about summary refs log tree commit diff
path: root/nss/tst-nss-test5.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2017-08-17 17:58:25 -0400
committerDJ Delorie <dj@redhat.com>2017-08-17 18:00:51 -0400
commita3fe6a20bf81ef6a97a761dac9050517e7fd7a1f (patch)
treec25c69106d240af6ba39471fab71e61cd512a1b3 /nss/tst-nss-test5.c
parentc22845744cd931267e0d7cb2e2b35a0da9c9510a (diff)
downloadglibc-a3fe6a20bf81ef6a97a761dac9050517e7fd7a1f.tar.gz
glibc-a3fe6a20bf81ef6a97a761dac9050517e7fd7a1f.tar.xz
glibc-a3fe6a20bf81ef6a97a761dac9050517e7fd7a1f.zip
Update nss tests to new skeleton
* bug17079.c: Update to new test harness.
* test-digits-dots.c: Likewise.
* test-netdb.c: Likewise.
* tst-field.c: Likewise.
* tst-nss-getpwent.c: Likewise.
* tst-nss-static.c: Likewise.
* tst-nss-test1.c: Likewise.
* tst-nss-test2.c: Likewise.
* tst-nss-test3.c: Likewise.
* tst-nss-test4.c: Likewise.
* tst-nss-test5.c: Likewise.
Diffstat (limited to 'nss/tst-nss-test5.c')
-rw-r--r--nss/tst-nss-test5.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nss/tst-nss-test5.c b/nss/tst-nss-test5.c
index fef41f08df..8f02cb7779 100644
--- a/nss/tst-nss-test5.c
+++ b/nss/tst-nss-test5.c
@@ -22,6 +22,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <support/support.h>
+
 #include "nss_test.h"
 
 /* The specific values and names used here are arbitrary, other than
@@ -104,5 +106,4 @@ do_test (void)
     }
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>