diff options
author | Lars Müller <lmuelle@samba.org> | 2006-03-13 14:22:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:24 -0500 |
commit | b372fd2cff0ba27db9a2e34a6bea15f1d0db9495 (patch) | |
tree | e514c8f3e77d8f8dfb48d6203f06cbfcb8a1670f /testsuite | |
parent | d72bb5627ccc14f2396f3e464686b6dfebee6ec5 (diff) | |
download | samba-b372fd2cff0ba27db9a2e34a6bea15f1d0db9495.tar.gz |
r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/
The intention is to have the resulting binaries at one place. This is
also usefull for upcoming changes to provide a test_pammodules rule.
With these changes I even got aware of
testsuite/nsswitch/pam_winbind_syms.exp But this only covers
pam_winbind.
(This used to be commit 9883957b74ddefb5293e4aef0cc2f53ee4d417ac)
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/nsswitch/pam_winbind_syms.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/nsswitch/pam_winbind_syms.exp b/testsuite/nsswitch/pam_winbind_syms.exp index f95274cdd9d..7c85a2d24d3 100644 --- a/testsuite/nsswitch/pam_winbind_syms.exp +++ b/testsuite/nsswitch/pam_winbind_syms.exp @@ -29,7 +29,7 @@ if {$output != ""} { # Run load-dl.c set output [util_start "$srcdir/$subdir/pam_winbind_syms" \ - "nsswitch/pam_winbind.so"] + "bin/pam_winbind.so"] if {[regexp "FAIL:" $output]} { fail "run pam_winbind_syms" |