Removed line numbers from the SQL scripts output.
[gnucomo.git] / test / t0004.sh
index 4f4e1ca..db09dd2 100644 (file)
@@ -7,7 +7,7 @@
 
 cd ..
 
-if psql gnucomo_test -f src/database/create.sql -q >/dev/null
+if psql gnucomo_test -q <src/database/create.sql >/dev/null
 then
    psql gnucomo_test -q -c "insert into object (objectname) values ('kithira.andromeda.nl')"
    psql gnucomo_test -c "select * from object"