mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-20 22:29:09 -04:00
updated test_test_bash_wrapper_error
This commit is contained in:
@@ -57,5 +57,5 @@ def test_test_bash_wrapper_error() -> None:
|
||||
"""test_test_bash_wrapper_error."""
|
||||
expected_error = 2
|
||||
stdout, returncode = bash_wrapper("ls /this/path/does/not/exist")
|
||||
assert stdout == "ls: cannot access '/this/path/does/not/exist': No such file or directory\n"
|
||||
assert stdout == "ls: /this/path/does/not/exist: No such file or directory\n"
|
||||
assert returncode == expected_error
|
||||
|
||||
Reference in New Issue
Block a user