From 7b33ec050402db86919da97c720dacaf280681e6 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 4 May 2007 11:36:08 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2007-05-04 Thorsten Kukuk * xtests/run-xtests.sh: Use SRCDIR to find PAM config files. * xtests/Makefile.am:Call run-xtests.sh with srcdir as first argument. Based on patch by Bernard Leak . --- xtests/tst-pam_unix1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtests/tst-pam_unix1.c') diff --git a/xtests/tst-pam_unix1.c b/xtests/tst-pam_unix1.c index 01238638..7b884997 100644 --- a/xtests/tst-pam_unix1.c +++ b/xtests/tst-pam_unix1.c @@ -106,7 +106,7 @@ main(int argc, char *argv[]) if (retval != PAM_AUTH_ERR) { if (debug) - fprintf (stderr, "pam_unix1: pam_athenticate returned %d\n", retval); + fprintf (stderr, "pam_unix1: pam_authenticate returned %d\n", retval); return 1; } -- cgit v1.2.3