diff options
Diffstat (limited to 'tests/Test-proxied-https-auth-keepalive.px')
-rwxr-xr-x | tests/Test-proxied-https-auth-keepalive.px | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test-proxied-https-auth-keepalive.px b/tests/Test-proxied-https-auth-keepalive.px index 2a18ccf..cae1055 100755 --- a/tests/Test-proxied-https-auth-keepalive.px +++ b/tests/Test-proxied-https-auth-keepalive.px @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/env -S perl -I . # Simulate a tunneling proxy to a HTTPS URL that needs authentication. # Use a persistent connection (Connection: keep-alive) |