diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 09a7aad57c..e35f52f5fa 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -330,7 +330,7 @@ function simpletest_script_help() {
 
 sudo -u [wwwrun|www-data|etc] php ./core/scripts/{$args['script']}
   --sqlite /tmpfs/drupal/test.sqlite
-  --dburl mysql://username:password@localhost/database
+  --dburl sqlite://localhost//tmpfs/drupal/test.sqlite
   --url http://example.com/ --all
 
 EOF;
