From 92b888e72c090002a6ff6ecc0a2ce440df7b16ff Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Mon, 17 Oct 2022 20:41:10 +0200 Subject: [PATCH] Remove debugging remnant from test --- test/gpg/run.sh | 1 - 1 file changed, 1 deletion(-) 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