summaryrefslogtreecommitdiff
path: root/tests/sources/tar.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/tar.py')
-rw-r--r--tests/sources/tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/tar.py b/tests/sources/tar.py
index b1859a81a..ca1bef7da 100644
--- a/tests/sources/tar.py
+++ b/tests/sources/tar.py
@@ -104,7 +104,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):