aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/perl5/test.pl
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-09-04 11:41:04 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-09-04 11:41:04 +0000
commit2c3bd9e8f3adff149ca35dbb8bb8c0c8c56fd40b (patch)
treea97658e98a8d36f293ff8b2296b102a4fcb0f337 /src/interfaces/perl5/test.pl
parent2ec5eedd4fe94bbf2854850f302d4bf00be3e217 (diff)
downloadpostgresql-2c3bd9e8f3adff149ca35dbb8bb8c0c8c56fd40b.tar.gz
postgresql-2c3bd9e8f3adff149ca35dbb8bb8c0c8c56fd40b.zip
/usr/local/bin/perl => /usr/bin/perl
Diffstat (limited to 'src/interfaces/perl5/test.pl')
-rw-r--r--src/interfaces/perl5/test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/perl5/test.pl b/src/interfaces/perl5/test.pl
index 9d64336a698..7b31427308a 100644
--- a/src/interfaces/perl5/test.pl
+++ b/src/interfaces/perl5/test.pl
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
-# $Id: test.pl,v 1.13 2000/11/17 00:24:03 tgl Exp $
+# $Id: test.pl,v 1.14 2001/09/04 11:41:04 petere Exp $
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'