From 3cc5a4fcaea8f1e2fd47c53135b53f8edcb8619d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Apr 2023 07:01:18 -0400 Subject: Factor out and rewrite command-line interface --- test/test_stdin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_stdin.py') diff --git a/test/test_stdin.py b/test/test_stdin.py index 790d34ce..7a2ab34e 100755 --- a/test/test_stdin.py +++ b/test/test_stdin.py @@ -10,7 +10,7 @@ import serd_test_util as util args = util.wrapper_args(__doc__) -command = [args.tool, "-I", "ntriples", "-B", "http://example.org", "-"] +command = [args.tool, "-I", "ntriples", "-B", "http://example.org"] DOC = "<{0}s> <{0}p> <{0}o> .".format("http://example.org/") -- cgit v1.2.1