Skip to content

Commit db28b8b

Browse files
test fix
1 parent 8e85f75 commit db28b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/unix/test_cmd_su.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_sudo_su_twice_failed_object(buffer_connection):
7171
from moler.cmd.unix.rm import Rm
7272
from moler.exceptions import CommandFailure
7373
rm_output_denied = """rm important_file.txt
74-
rm: cannot remove 'protected.txt': Permission denied
74+
rm: cannot remove 'important_file.txt': Permission denied
7575
moler_bash#"""
7676

7777
buffer_connection.remote_inject_response([rm_output_denied])

0 commit comments

Comments
 (0)