Displaying 1 result from an estimated 1 matches for "34588d1".
Did you mean:
345881
2018 Nov 13
0
[PATCH] tests: Fix shebang tests on FreeBSD.
...ts/shebang.py b/tests/shebang.py
index 6f33623..e836255 100755
--- a/tests/shebang.py
+++ b/tests/shebang.py
@@ -1,4 +1,4 @@
-#!../nbdkit python
+#!../src/nbdkit ../plugins/python/.libs/nbdkit-python-plugin.so
disk = bytearray(1024 * 1024)
diff --git a/tests/shebang.rb b/tests/shebang.rb
index 34588d1..ccf4519 100755
--- a/tests/shebang.rb
+++ b/tests/shebang.rb
@@ -1,4 +1,4 @@
-#!../nbdkit ruby
+#!../src/nbdkit ../plugins/ruby/.libs/nbdkit-ruby-plugin.so
include Nbdkit
--
2.19.0.rc0