diff options
Diffstat (limited to 'src/tools/pgtest')
-rwxr-xr-x | src/tools/pgtest | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/pgtest b/src/tools/pgtest index bc28be23832..9a50bea446b 100755 --- a/src/tools/pgtest +++ b/src/tools/pgtest @@ -1,4 +1,6 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/pgtest,v 1.6 2006/03/11 04:38:41 momjian Exp $ # This runs a build/initdb/regression test suite # |