Browse Source

- fix isql function, remove column delimiter

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5653 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 16 years ago
parent
commit
00981ef5fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/include/database

+ 1 - 1
test/unit/include/database

@@ -21,7 +21,7 @@ MYSQL="mysql openser --show-warnings --batch --user=openser --password=openserrw
 export PGPASSWORD="openserrw"
 PSQL="psql -A -t -n -q -h localhost -U openser openser -c"
 
-ISQL="isql -b -v openser openser openserrw"
+ISQL="isql -b -v -d0x0 openser openser openserrw"
 
 function check_mysql() {
 	$MYSQL "select * from location;" > /dev/null