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/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtests/Makefile.am') diff --git a/xtests/Makefile.am b/xtests/Makefile.am index 86b6a403..dd7ba801 100644 --- a/xtests/Makefile.am +++ b/xtests/Makefile.am @@ -22,4 +22,4 @@ XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3 \ noinst_PROGRAMS = $(XTESTS) xtests: $(XTESTS) run-xtests.sh - $(srcdir)/run-xtests.sh ${XTESTS} + "$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} -- cgit v1.2.1