Skip to content

Commit 3ca12e7

Browse files
jet-logicjet-logic
authored andcommitted
winci61
1 parent bd12d30 commit 3ca12e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_kill_already_dead(self):
192192

193193
def test_tail_n(self):
194194
proc = run(["tail", "-n", "10", "README.md"])
195-
self.assertRegex(proc.stdout, r"(?xi) \W+ flake8 \W+ runce \W+")
195+
self.assertRegex(proc.stdout, r"(?xi) \W+ flake8 \W+ runce \W+", proc.stdout)
196196

197197
def test_tail_powershell(self):
198198
proc = run(

0 commit comments

Comments
 (0)