diff options
Diffstat (limited to 'src/test/performance/runtests.pl')
-rwxr-xr-x | src/test/performance/runtests.pl | 2 |
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. |