Security update for Core, with self-updated composer
[yaffs-website] / vendor / gabordemooij / redbean / run_single_test.sh
diff --git a/vendor/gabordemooij/redbean/run_single_test.sh b/vendor/gabordemooij/redbean/run_single_test.sh
deleted file mode 100755 (executable)
index 92015d4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-if [ -z "$1" ]
-then
-       echo "Please enter the name of a test suite, example: Blackhole/Version"
-       exit
-fi
-php replica2.php
-cp rb.php testing/cli/testcontainer/rb.php
-cd testing
-cd cli
-php runtests.php $1