diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/full-t.in | 3 | ||||
-rw-r--r-- | tests/client/prompt-t.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/client/full-t.in b/tests/client/full-t.in index 4861723..80bb20f 100644 --- a/tests/client/full-t.in +++ b/tests/client/full-t.in @@ -1,4 +1,5 @@ -#!/usr/bin/perl +#!@PERL@ +# -*- perl -*- # # End-to-end tests for the wallet client. # diff --git a/tests/client/prompt-t.in b/tests/client/prompt-t.in index 686cc88..d3a1eac 100644 --- a/tests/client/prompt-t.in +++ b/tests/client/prompt-t.in @@ -1,4 +1,5 @@ -#!/usr/bin/perl +#!@PERL@ +# -*- perl -*- # # Password prompting tests for the wallet client. # |