]> scripts.mit.edu Git - wizard.git/blobdiff - tests/wordpress-install-test.sh
Don't set author or committer name to empty string.
[wizard.git] / tests / wordpress-install-test.sh
index 254f4ef52b11005edf1a14092b9c5b836d36a79c..861f3136c1da642449ed16970baa568acf8d8022 100755 (executable)
@@ -1,7 +1,10 @@
 #!/bin/bash -e
+cd `dirname $0`
 
 DEFAULT_HEAD=1
-TESTNAME="install_wordpress"
+TESTNAME=wordpress_install
+APP=wordpress
 source ./setup
 
-wizard install "wordpress-$VERSION-scripts" "$TESTDIR" --non-interactive -- --title="My Blog"
+mkdir "$TESTDIR"
+source ./wordpress-install