Skip to content

Commit ec3cca6

Browse files
committed
Updated invalid comment.
1 parent e38c120 commit ec3cca6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,7 @@ def stop():
259259
str_in(output+err, 'Extracting file5.txt')
260260
str_not_in(output+err, 'ERROR')
261261
str_not_in(output+err, 'Not extracting')
262-
# We don't check that the printing was done in order.
263-
# For some reason it seems like since we redirect stdout when
264-
# running the process, it causes the output to not be in order.
265-
# When you manually do it, it's all fine.
262+
# Checking that the printing was done in order.
266263
tar_order = []
267264
console_output = output+err
268265
for word in console_output.replace('\n', ' ').split(' '):

0 commit comments

Comments
 (0)