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_write_error.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_write_error.py')
-rwxr-xr-x | test/test_write_error.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_write_error.py b/test/test_write_error.py index b62f981a..7d165a6a 100755 --- a/test/test_write_error.py +++ b/test/test_write_error.py @@ -13,7 +13,7 @@ import os import serd_test_util as util args = util.wrapper_args(__doc__, True) -command = shlex.split(args.wrapper) + [args.serdi, args.input] +command = shlex.split(args.wrapper) + [args.tool, args.input] if os.path.exists("/dev/full"): with open("/dev/full", "w", encoding="utf-8") as out: |