tests: env perl shebang for test-wrap-argv.pl

On some systems perl is not necessarily in /usr/bin/perl. Use the perl version
in the PATH instead.
This commit is contained in:
Fabian Freyer 2016-07-08 20:47:04 +02:00 committed by Michal Privoznik
parent f34b981e40
commit 843a70a822

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Copyright (C) 2015 Red Hat, Inc.
#