Skip to content

Commit

Permalink
Remove debugging remnant from test
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Oct 17, 2022
1 parent 3925ac1 commit 92b888e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gpg/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92b888e

Please sign in to comment.