search for: ccf4519

Displaying 1 result from an estimated 1 matches for "ccf4519".

Did you mean: c4519
2018 Nov 13
0
[PATCH] tests: Fix shebang tests on FreeBSD.
...g.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