]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/run-stp-tests.sh
Save work.
[thirdparty/cups.git] / test / run-stp-tests.sh
index 6779b875c000faf008daa2297ad6f4f29fada9f2..af8d594675e69bc2cf524164f5cb9a1fe50c5498 100755 (executable)
@@ -412,7 +412,7 @@ EOF
                        ;;
        esac
 }
+
 ln -s $root/test/test.convs /tmp/cups-$user/share/mime
 
 if test `uname` = Darwin; then
@@ -473,6 +473,10 @@ $encryption
 </Policy>
 EOF
 
+if test $testtype = 0; then
+       echo WebInterface yes >>/tmp/cups-$user/cupsd.conf
+fi
+
 cat >/tmp/cups-$user/cups-files.conf <<EOF
 FileDevice yes
 Printcap
@@ -492,7 +496,7 @@ PageLog /tmp/cups-$user/log/page_log
 EOF
 
 if test $ssltype != 0 -a `uname` = Darwin; then
-       echo "ServerCertificate $HOME/Library/Keychains/login.keychain" >> /tmp/cups-$user/cups-files.conf
+       echo "ServerKeychain $HOME/Library/Keychains/login.keychain" >> /tmp/cups-$user/cups-files.conf
 fi
 
 #