diff options
author | Günther Deschner <gd@samba.org> | 2010-04-23 13:51:02 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-23 13:51:02 +0200 |
commit | 2a2de10ac690ad13d3474a252729fc36c79321fc (patch) | |
tree | d44e2e817191385629378c53b0075e00255dca9e | |
parent | 4b1dab5b11d77d9fcac0ff5541ae5713db9106ec (diff) | |
download | samba-2a2de10ac690ad13d3474a252729fc36c79321fc.tar.gz samba-2a2de10ac690ad13d3474a252729fc36c79321fc.tar.bz2 samba-2a2de10ac690ad13d3474a252729fc36c79321fc.zip |
s3-selftest: add print$ share with two arch dirs.
Guenther
-rw-r--r-- | selftest/target/Samba3.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 90873b8f7d..e82ac7e94a 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -418,6 +418,12 @@ sub provision($$$$$$) my $logdir="$prefix_abs/logs"; push(@dirs,$logdir); + my $driver32dir="$shrdir/W32X86"; + push(@dirs,$driver32dir); + + my $driver64dir="$shrdir/x64"; + push(@dirs,$driver64dir); + # this gets autocreated by winbindd my $wbsockdir="$prefix_abs/winbindd"; my $wbsockprivdir="$lockdir/winbindd_privileged"; @@ -575,6 +581,8 @@ sub provision($$$$$$) copy = print1 [print4] copy = print1 +[print\$] + copy = tmp "; close(CONF); |