Removed line numbers from the SQL scripts output.
[gnucomo.git] / test / t0001.sh
index c9d42af..257d505 100644 (file)
@@ -4,7 +4,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 -c 'select statuscode from status'
    result=$?