diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/tst-ptsname.c | 1 |
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); } |