Test scripts adapted to new directory structure.
[gnucomo.git] / test / t0001.sh
index 74cc218..967745f 100644 (file)
@@ -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