Skip to content

Commit 82500b4

Browse files
committed
Adapts test for bash builtins to new format
1 parent be8bd87 commit 82500b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_bash_built_in_page():
4343
"""
4444
result = execute_shell_command('wat until')
4545
assert 'Execute commands as long as a test does not succeed.' in result.stdout
46-
assert 'until (builtin)' in result.stdout
46+
assert '(builtin) until' in result.stdout
4747

4848

4949
def test_fs_page():

0 commit comments

Comments
 (0)