mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 00:41:57 +01:00
fix logic issue
This commit is contained in:
parent
dba24a7d96
commit
c64d3e3f24
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ class CompletionTest(_common.TestCase, TestHelper):
|
|||
with open(test_script_name, "rb") as test_script_file:
|
||||
tester.stdin.writelines(test_script_file)
|
||||
out, err = tester.communicate()
|
||||
self.assertTrue(
|
||||
self.assertFalse(
|
||||
tester.returncode != 0 or out != b"completion tests passed\n",
|
||||
f"test/test_completion.sh did not execute properly. "
|
||||
f'Output:{out.decode("utf-8")}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue