diff options
-rw-r--r-- | selftest/target/Samba3.pm | 2 | ||||
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index fba0fa0fd2..47b7913522 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -579,7 +579,7 @@ sub provision($$$$$$) copy = print1 [print3] copy = print1 -[print4] +[lp] copy = print1 [print\$] copy = tmp diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 6a74a8910f..5059ceab27 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -369,7 +369,7 @@ cat >$SERVERCONFFILE<<EOF copy = print1 [print3] copy = print1 -[print4] +[lp] copy = print1 [print$] copy = tmp |