From 7a965cf53691faad79a0c968ea69a0173c36222b Mon Sep 17 00:00:00 2001 From: arjen Date: Mon, 20 Jan 2003 07:27:58 +0000 Subject: [PATCH] Test scripts adapted to new directory structure. --- test/t0001.sh | 4 ++-- test/t0002a.sh | 6 +++--- test/t0003.sh | 6 +++--- test/t0004.sh | 6 +++--- test/t0005.sh | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/test/t0001.sh b/test/t0001.sh index 74cc218..967745f 100644 --- a/test/t0001.sh +++ b/test/t0001.sh @@ -4,11 +4,11 @@ cd .. -if psql gnucomo_test -f src/create.sql +if psql gnucomo_test -f src/database/create.sql then psql gnucomo_test -c 'select statuscode from status' result=$? - psql gnucomo_test -f src/destroy.sql + psql gnucomo_test -f src/database/destroy.sql exit $result else echo Can not create test database diff --git a/test/t0002a.sh b/test/t0002a.sh index fc5cef1..81c4b62 100644 --- a/test/t0002a.sh +++ b/test/t0002a.sh @@ -8,13 +8,13 @@ cd .. -if psql gnucomo_test -f src/create.sql +if psql gnucomo_test -f src/database/create.sql then psql gnucomo_test -q -c "insert into object (objectname) values ('kithira.andromeda.nl')" psql gnucomo_test -c "select * from object" - src/gcm_input -c gnucomo_test -h kithira.andromeda.nl -d 'sep 5 2002 20:30:45'