summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPeter Eisentraut2001-09-04 11:41:04 +0000
committerPeter Eisentraut2001-09-04 11:41:04 +0000
commit2c3bd9e8f3adff149ca35dbb8bb8c0c8c56fd40b (patch)
treea97658e98a8d36f293ff8b2296b102a4fcb0f337 /src/test
parent2ec5eedd4fe94bbf2854850f302d4bf00be3e217 (diff)
/usr/local/bin/perl => /usr/bin/perl
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/performance/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/performance/runtests.pl b/src/test/performance/runtests.pl
index 419b003328d..1d0c53dd280 100755
--- a/src/test/performance/runtests.pl
+++ b/src/test/performance/runtests.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
#
# Accepts one argument - DBMS name (pgsql, ...) and initializes
# global variable $TestDBMS with this name.