1 Remove interactive test
3 --- Authen-PAM-0.16/test.pl.orig
4 +++ Authen-PAM-0.16/test.pl
6 # skip(10, 'custom fail delay function is not supported by your PAM library');
11 - "---- Now, you may be prompted to enter the password of '$login_name'.\n";
14 - "---- Now, you may be prompted to enter a user name and a password.\n";
17 - $res = pam_authenticate($pamh, 0);
18 -# $res = pam_chauthtok($pamh);
20 - my $old_failures = $failures;
21 - pam_ok(9, $pamh, $res);
23 - "---- The failure of test 9 could be due to your PAM configuration\n",
24 - "---- or typing an incorrect password.\n"
25 - if ($res != PAM_SUCCESS());
26 - $failures = $old_failures; # Authentication failures don't count
29 # if (HAVE_PAM_FAIL_DELAY()) {
30 # ok(12, $res == $fd_status);