summaryrefslogtreecommitdiff
path: root/tests/sources/zip.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-13 11:49:39 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-13 12:36:41 -0500
commit683a6d406aa91d1cf51e0fd6b1adf3f1ff77eac6 (patch)
tree09acc4c0d48d6b2d522a118ca271eb770aae3506 /tests/sources/zip.py
parentfd92ebc9267f51b6b84b17a7ef6f4bde535436e1 (diff)
downloadbuildstream-683a6d406aa91d1cf51e0fd6b1adf3f1ff77eac6.tar.gz
Adapting test cases to expect logs in stderr
And also adapted them to remove any occurrences of HAVE_ROOT.
Diffstat (limited to 'tests/sources/zip.py')
-rw-r--r--tests/sources/zip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/zip.py b/tests/sources/zip.py
index 2fd0c04aa..70ad491ff 100644
--- a/tests/sources/zip.py
+++ b/tests/sources/zip.py
@@ -91,7 +91,7 @@ def test_track_warning(cli, tmpdir, datafiles):
'track', 'target.bst'
])
assert result.exit_code == 0
- assert "Potential man-in-the-middle attack!" in result.output
+ assert "Potential man-in-the-middle attack!" in result.stderr
def _list_dir_contents(srcdir):