Displaying 1 result from an estimated 1 matches for "17c7821".
Did you mean:
177821
2018 Nov 13
0
[PATCH] tests: Fix shebang tests on FreeBSD.
...: François Revol and Eric Blake.
See also:
https://www.redhat.com/archives/libguestfs/2018-November/msg00126.html
---
tests/shebang.pl | 2 +-
tests/shebang.py | 2 +-
tests/shebang.rb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/shebang.pl b/tests/shebang.pl
index 17c7821..e6f1630 100755
--- a/tests/shebang.pl
+++ b/tests/shebang.pl
@@ -1,4 +1,4 @@
-#!../nbdkit perl
+#!../src/nbdkit ../plugins/perl/.libs/nbdkit-perl-plugin.so
use strict;
diff --git a/tests/shebang.py b/tests/shebang.py
index 6f33623..e836255 100755
--- a/tests/shebang.py
+++ b/tests/shebang.py...