about summary refs log tree commit diff
path: root/login/tst-ptsname.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/tst-ptsname.c')
-rw-r--r--login/tst-ptsname.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/login/tst-ptsname.c b/login/tst-ptsname.c
index be8744dfd0..96f0449788 100644
--- a/login/tst-ptsname.c
+++ b/login/tst-ptsname.c
@@ -70,7 +70,6 @@ do_test (void)
   if (fd != -1)
     {
       result |= do_single_test (fd, buf, sizeof (buf), 0);
-      result |= do_single_test (fd, NULL, sizeof (buf), EINVAL);
       result |= do_single_test (fd, buf, 1, ERANGE);
       close (fd);
     }