summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsvu <svu>2005-12-01 00:23:39 +0000
committersvu <svu>2005-12-01 00:23:39 +0000
commitd1e7759199b2188cf54d7aaa31b6bda201541cd5 (patch)
treeaa2c2395fb8fba5db839546e37635bfba925862b /tests
parent07b431bbc837591fc9c3bbba177608920ed85b11 (diff)
/bin/env -> /usr/bin/env
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testLayouts.pl2
-rw-r--r--tests/testModels.pl2
-rwxr-xr-xtests/testOptions.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/testLayouts.pl b/tests/testLayouts.pl
index 444e5925..38ccb3a2 100755
--- a/tests/testLayouts.pl
+++ b/tests/testLayouts.pl
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
use strict;
use warnings;
diff --git a/tests/testModels.pl b/tests/testModels.pl
index 42e2a4c8..c66a4499 100644
--- a/tests/testModels.pl
+++ b/tests/testModels.pl
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
use strict;
use warnings;
diff --git a/tests/testOptions.pl b/tests/testOptions.pl
index ec45a06b..a4853256 100755
--- a/tests/testOptions.pl
+++ b/tests/testOptions.pl
@@ -1,4 +1,4 @@
-#!/bin/env perl
+#!/usr/bin/env perl
use strict;
use warnings;