Skip to content

Commit

Permalink
use $PGSRC instead of hard-coded postgresql source dir in test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gluefinance committed Jan 14, 2011
1 parent 3f8dc7a commit 9b97958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
@@ -1,7 +1,7 @@
#!/bin/sh
dropdb test 2> /dev/null
createdb test
psql test -f /crypt/postgresql-8.4.6/contrib/pgcrypto/pgcrypto.sql
psql test -f $PGSRC/contrib/pgcrypto/pgcrypto.sql
psql -f sql/uninstall.sql test 2> /dev/null
psql -f sql/install.sql test
psql -f test.sql test 1>test.stdout.tmp 2>test.stderr.tmp
Expand Down

0 comments on commit 9b97958

Please sign in to comment.