diff options
author | David Robillard <d@drobilla.net> | 2023-03-31 13:54:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 0e9169e24fcfc4599a62f85991f407f257fec520 (patch) | |
tree | 0e79c49c6fc29c824a4f1fa72749f25c100ad390 /test/test_empty.py | |
parent | 91c0c68e153118f4d64c137d78882ee95830c307 (diff) | |
download | serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.gz serd-0e9169e24fcfc4599a62f85991f407f257fec520.tar.bz2 serd-0e9169e24fcfc4599a62f85991f407f257fec520.zip |
Rename serdi to serd-pipe
Diffstat (limited to 'test/test_empty.py')
-rwxr-xr-x | test/test_empty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_empty.py b/test/test_empty.py index 3cd5517b..0ee641d5 100755 --- a/test/test_empty.py +++ b/test/test_empty.py @@ -14,7 +14,7 @@ import tempfile import serd_test_util as util args = util.wrapper_args(__doc__, True) -command = shlex.split(args.wrapper) + [args.serdi, "-o", "empty", args.input] +command = shlex.split(args.wrapper) + [args.tool, "-o", "empty", args.input] with tempfile.TemporaryFile() as out: proc = subprocess.run(command, check=False, stdout=out) |