summaryrefslogtreecommitdiff
path: root/testrepository/commands/load.py
diff options
context:
space:
mode:
Diffstat (limited to 'testrepository/commands/load.py')
-rw-r--r--testrepository/commands/load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrepository/commands/load.py b/testrepository/commands/load.py
index 5af63c4..0ca4688 100644
--- a/testrepository/commands/load.py
+++ b/testrepository/commands/load.py
@@ -47,7 +47,7 @@ class InputToStreamResult(object):
char = self.source.read(1)
if not char:
return
- if char == 'a':
+ if char == b'a':
result.status(test_id='stdin', test_status='fail')