Skip to content
Snippets Groups Projects
Commit 0d0cec96 authored by durin42's avatar durin42
Browse files

tests: update test-chg to pass our import checker

parent 4f86c964
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,9 @@
> EOF
$ cat > $TESTTMP/fakepager.py <<EOF
> import sys, time
> from __future__ import absolute_import
> import sys
> import time
> for line in iter(sys.stdin.readline, ''):
> if 'crash' in line: # only interested in lines containing 'crash'
> # if chg exits when pager is sleeping (incorrectly), the output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment