Intergrated test scripts with automake
[gnucomo.git] / test / t0008.sh
index c54362f..bdb3e48 100644 (file)
@@ -11,7 +11,7 @@ cd ..
 
 if psql gnucomo_test <test/create_v1.sql -q >/dev/null
 then
-   src/gcm_daemon/gcm_daemon.php -c gnucomo_test
+   cd src/gcm_daemon; ./gcm_daemon.php -c gnucomo_test ; cd ../..
    pg_dump gnucomo_test |grep -v '^--' | sort >test/dump.upgraded.sql
    psql gnucomo_test -f src/database/destroy.sql -q
    psql gnucomo_test <src/database/create.sql -q >/dev/null