1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-06 07:05:14 +01:00

Better GPG compatibility

This commit is contained in:
deajan
2016-09-04 22:48:09 +02:00
parent 8924ae31ff
commit 25cb702d22
2 changed files with 4 additions and 10 deletions

View File

@@ -213,7 +213,8 @@ function test_Merge () {
SetStableToYes
}
function test_GPG () {
# Keep this function to check Travis environment GPG behavior
function disabled_test_GPG () {
echo "Encrypting file"
$CRYPT_TOOL --out "$TESTS_DIR/$CRYPT_TEST_FILE$CRYPT_EXTENSION" --recipient "John Doe" --batch --yes --encrypt "$TESTS_DIR/$PASSFILE"
assertEquals "Encrypt file" "0" $?