diff --git a/test/db/h2.sh b/test/db/h2.sh deleted file mode 100755 index 2a4d206..0000000 --- a/test/db/h2.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -H2=../libs/h2-2.1.214.jar -java -cp "${H2}" org.h2.tools.Console -web -tcp -browser -user sa -url "jdbc:h2:./testing;IFEXISTS=FALSE;AUTO_SERVER=TRUE" -