diff --git a/test/gpg/run.sh b/test/gpg/run.sh index 318c123..46cca34 100755 --- a/test/gpg/run.sh +++ b/test/gpg/run.sh @@ -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