summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHarald Fernengel <harald@trolltech.com>2009-07-21 13:18:46 +0200
committerHarald Fernengel <harald@trolltech.com>2009-07-21 13:20:03 +0200
commit2db22b1b12cc7579d08a83ad889efe7f8f07c843 (patch)
treeb22ad15790fff4b251ed73118aa14632613d1f7b /tests
parent4b4e4ecf808b036e906c3bf22ce97b56808bb20e (diff)
downloadqt4-tools-2db22b1b12cc7579d08a83ad889efe7f8f07c843.tar.gz
use /usr/bin/env perl as interpreter
Diffstat (limited to 'tests')
-rwxr-xr-xtests/auto/test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/test.pl b/tests/auto/test.pl
index 9fd5c9dbd3..a9e3da80fa 100755
--- a/tests/auto/test.pl
+++ b/tests/auto/test.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use strict;
use Cwd;