From df5ee6b7f2ca6fa2a4d93668414d390c4fb058b5 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sat, 6 Nov 2010 07:57:56 +0000 Subject: [PATCH] removing unwanted tests --- test/dbapi/Connection/test002.ksh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 test/dbapi/Connection/test002.ksh diff --git a/test/dbapi/Connection/test002.ksh b/test/dbapi/Connection/test002.ksh deleted file mode 100755 index 1f551939..00000000 --- a/test/dbapi/Connection/test002.ksh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/ksh -# TestCase: - -CSQL_CONFIG_FILE= - - - -#Run this test only under csql/test or on this directory. -#Otherwise, it may fail -executable=${PWD}/dbapi/Connection/serverOff -REL_PATH=. -if [ -s "$executable" ] -then - REL_PATH=${PWD}/dbapi/Connection -fi - -${REL_PATH}/serverOff - -if [ $? -ne 0 ] -then - exit 1; -fi - -exit 0 -- 2.11.4.GIT