Fix regression test 065.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 29 Oct 2015 04:26:44 +0000 (13:26 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 29 Oct 2015 04:26:44 +0000 (13:26 +0900)
The path to JDBC driver was explicitly defined. This is wrong. This
should be inherited from JDBC_DRIVER environment variable.

test/regression/tests/065.bug152/run.sh

index 66617abc0abed34579a0e7730ba5e8f2c78b8fd5..e6e1eead7bdb8ef9f172ee733b687eff1495cccc 100644 (file)
@@ -1,5 +1,3 @@
-#JDBC_DRIVER=/usr/local/pgsql/share/postgresql-9.4-1204.jdbc41.jar
-JDBC_DRIVER=/usr/local/pgsql/share/postgresql-9.2-1003.jdbc4.jar
 export CLASSPATH=.:$JDBC_DRIVER
 javac Main.java
 java Main