]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: env perl shebang for test-wrap-argv.pl
authorFabian Freyer <fabian.freyer@physik.tu-berlin.de>
Fri, 8 Jul 2016 18:47:04 +0000 (20:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 9 Jul 2016 08:34:33 +0000 (10:34 +0200)
On some systems perl is not necessarily in /usr/bin/perl. Use the perl version
in the PATH instead.

tests/test-wrap-argv.pl

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