guard invocations of tar from interactive mode
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 30 Jan 2020 09:41:31 +0000 (10:41 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 1 Feb 2020 13:42:43 +0000 (14:42 +0100)
commit5cf23eabd8eee9e4f0cb6fb535c99b4634c422fe
tree495a693a2b3fa6b1304608d333cf61e4496630cf
parentbcc8b174f2e09799390802d29c32a6c5b88567a6
guard invocations of tar from interactive mode

On failure, tests may cause GNU tar to prompt for user input like
for example volume names etc. which may interrupt the test run.
Prevent that by passing /dev/null wherever we shell out to tar.
deltatar/tarfile.py
testing/__init__.py
testing/test_encryption.py
testing/test_multivol.py