summaryrefslogtreecommitdiff
path: root/tests/tst-dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst-dlopen.c')
-rw-r--r--tests/tst-dlopen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tst-dlopen.c b/tests/tst-dlopen.c
index 3000055c..70927163 100644
--- a/tests/tst-dlopen.c
+++ b/tests/tst-dlopen.c
@@ -19,9 +19,6 @@
/* Simple program to see if dlopen() would succeed. */
int main(int argc, char **argv)
{
-#ifdef PAM_STATIC
- return 77;
-#else
int i;
struct stat st;
char buf[PATH_MAX];
@@ -43,5 +40,4 @@ int main(int argc, char **argv)
}
}
return 0;
-#endif
}