Remove debugging remnant from test

This commit is contained in:
Frederik Ring 2022-10-17 20:41:10 +02:00
parent 3925ac1ee0
commit 92b888e72c

View File

@ -19,7 +19,6 @@ tmp_dir=$(mktemp -d)
echo "1234#\$ecret" | gpg -d --pinentry-mode loopback --yes --passphrase-fd 0 ./local/test.tar.gz.gpg > ./local/decrypted.tar.gz
tar -xf ./local/decrypted.tar.gz -C $tmp_dir
ls -lah $tmp_dir
if [ ! -f $tmp_dir/backup/app_data/offen.db ]; then
fail "Could not find expected file in untared archive."
fi