]> err.no Git - varnish/commitdiff
Remove -T now that the framework runs as an unprivileged user.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 14 Jun 2007 16:47:13 +0000 (16:47 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 14 Jun 2007 16:47:13 +0000 (16:47 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1518 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-tools/regress/lib/Varnish/Test.pm
varnish-tools/regress/lib/Varnish/Test/Case.pm
varnish-tools/regress/lib/Varnish/Test/Case/Ticket056.pm
varnish-tools/regress/lib/Varnish/Test/Case/Ticket102.pm
varnish-tools/regress/lib/Varnish/Test/Case/Vary.pm
varnish-tools/regress/lib/Varnish/Test/Client.pm
varnish-tools/regress/lib/Varnish/Test/Engine.pm
varnish-tools/regress/lib/Varnish/Test/Logger.pm
varnish-tools/regress/lib/Varnish/Test/Server.pm
varnish-tools/regress/lib/Varnish/Test/Varnish.pm
varnish-tools/regress/varnish-regress.pl

index 1ae8da2452ea5cfb07ad3c8b5f95327468a54805..defd5af824951472c5c218a1dd498d446da9be4b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 8414093f5cbd97a36a87ca85cfd1718567f06446..373da5eea1ee66dc79748c064c8f34c35106549b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index ce35c069429627c93dea9ad58e2b5ae172a03811..911e8e7c4c1ada4e1e40fa3a3ed8927372748abb 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index df0a30eeb5d414bcf9a111ae9affe422648c3b4c..2622fc92c65f3910b12b871b127541a537ad7342 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 7cb3c4f50615a83b3f49d0b49c52da03324d787e..25e0508df4a0d48968347cb4845d79ddb9358f4b 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 8969aefc284ba69a7a6f28844dc30e6379ae2ec5..dd8452cca004aae1298cf1c23ba6bcf954d90131 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 995b12112b0e31795b4eb351022de6a342e8efa6..d5d083916cb4bb04e109a2d901cb0e51db883e38 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 664b10e9634cfe780b16b20037b6b274fdee036b..4276d48a760edff478cb6b7cf259052ddb9f960f 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 97a766fdde52a375071238fd4bce1fb9dbe234aa..1e1bdcf3029fd3c8d7d2645635538d09471b5226 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
index 49e62a48eb0f2e2877f59ec166c6942a717c5a58..b48d2fc27a3b620642b8120f49b8808961f9d158 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
@@ -80,7 +80,6 @@ sub new($$;$) {
 
        print STDERR sprintf("Starting Varnish with options: %s\n", join(' ', @opts));
 
-       $ENV{'PATH'} = '/opt/varnish/sbin:/bin:/usr/bin';
        exec('varnishd', @opts);
        exit(1);
     }
index 4c5efe57c4fb08bf5335629b55a60b4d4715ff73..9d576f5c467cb92ad2b2682bfaa227f66b9639a8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -Tw
+#!/usr/bin/perl -w
 #-
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.