summaryrefslogtreecommitdiff
path: root/lib/replace/test/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/test/testsuite.c')
-rw-r--r--lib/replace/test/testsuite.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/replace/test/testsuite.c b/lib/replace/test/testsuite.c
index 04658bea05..52629ec82e 100644
--- a/lib/replace/test/testsuite.c
+++ b/lib/replace/test/testsuite.c
@@ -463,12 +463,6 @@ static int test_pwrite(void)
return true;
}
-static int test_getpass(void)
-{
- /* FIXME */
- return true;
-}
-
static int test_inet_ntoa(void)
{
/* FIXME */
@@ -1089,7 +1083,6 @@ bool torture_local_replace(struct torture_context *ctx)
ret &= test_mkstemp();
ret &= test_pread();
ret &= test_pwrite();
- ret &= test_getpass();
ret &= test_inet_ntoa();
ret &= test_strtoll();
ret &= test_strtoull();