search for: bb99456

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

Did you mean: 999456
2018 Jan 23
1
[PATCH nbdkit] Change the default protocol to newstyle.
...he oldstyle protocol by adding ‘-o’, and it is still tested. --- TODO | 6 ++++++ docs/nbdkit.pod | 29 +++++++++++++++-------------- src/main.c | 2 +- tests/test-single.sh | 2 +- 4 files changed, 23 insertions(+), 16 deletions(-) diff --git a/TODO b/TODO index bb99456..dba5aba 100644 --- a/TODO +++ b/TODO @@ -74,3 +74,9 @@ nbdkit processes. The nbd plugin (plugins/nbd) already contains an NBD client, so we could factor this client out and make it available to other plugins to use. + +Tests +----- + +* tests/test-single.sh: This test (of the -s option) needs +...