borg testing: catch stdout and stderr from test prune correctly

Change-Id: I783b319c9395b8bfabec8f8670d0cbc1419f5e1e
This commit is contained in:
Ian Wienand 2021-02-10 10:05:07 +11:00
parent 116a2ca4a4
commit 1a3ae8cdd8
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@ def test_borg_server_prune(host):
if hostname.startswith('borg-backup-test'):
pytest.skip()
cmd = host.run('echo "prune" | /usr/local/bin/prune-borg-backups 2>&1 > /var/log/prune-borg-backups.log')
cmd = host.run('echo "prune" | /usr/local/bin/prune-borg-backups &> /var/log/prune-borg-backups.log')
assert cmd.succeeded