about summary refs log tree commit diff
path: root/nss/tst-nss-test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss/tst-nss-test1.c')
-rw-r--r--nss/tst-nss-test1.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nss/tst-nss-test1.c b/nss/tst-nss-test1.c
index ff13272219..3b4f085b1f 100644
--- a/nss/tst-nss-test1.c
+++ b/nss/tst-nss-test1.c
@@ -22,6 +22,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <support/support.h>
+
 #include "nss_test.h"
 
 static int hook_called = 0;
@@ -120,5 +122,4 @@ do_test (void)
   return retval;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>