mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
fix test
This commit is contained in:
6
tests-ng/import-with-trans.sh
vendored
6
tests-ng/import-with-trans.sh
vendored
@@ -95,9 +95,9 @@ file "${tmps}"/dotfiles/"${tmpd}"/def | grep -i 'tar'
|
||||
tar -cf "${tmps}"/test-def -C "${tmpd}"/def .
|
||||
diff "${tmps}"/dotfiles/"${tmpd}"/def "${tmps}"/test-def
|
||||
|
||||
#file "${tmps}"/dotfiles/"${tmpd}"/ghi | grep -i 'gpg symmetrically encrypted data'
|
||||
#echo p1 | gpg -q --batch --yes --passphrase-fd 0 --no-tty -d "${tmps}"/dotfiles/"${tmpd}"/ghi > "${tmps}"/test-ghi
|
||||
#diff "${tmps}"/test-ghi "${tmpd}"/ghi
|
||||
file "${tmps}"/dotfiles/"${tmpd}"/ghi | grep -i 'gpg symmetrically encrypted data\|PGP symmetric key encrypted data'
|
||||
echo p1 | gpg -q --batch --yes --passphrase-fd 0 --no-tty -d "${tmps}"/dotfiles/"${tmpd}"/ghi > "${tmps}"/test-ghi
|
||||
diff "${tmps}"/test-ghi "${tmpd}"/ghi
|
||||
|
||||
# check is imported in config
|
||||
echo "checking imported in config"
|
||||
|
||||
Reference in New Issue
Block a user