diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-30 02:50:50 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-01 13:17:30 +0700 |
| commit | cf9fdc1387b7cf33f16fe95ef4bef55c9c008f80 (patch) | |
| tree | 564f94d18e6eb138d7c3b70621bca4f2e3a1f792 /testdata/local/local_encrypted.data | |
| parent | fa3683edd2d986a26de85479b8a1c2535d069c15 (diff) | |
| download | awwan-cf9fdc1387b7cf33f16fe95ef4bef55c9c008f80.tar.xz | |
all: move wrapping BEGIN and END outside of session
Diffstat (limited to 'testdata/local/local_encrypted.data')
| -rw-r--r-- | testdata/local/local_encrypted.data | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/local/local_encrypted.data b/testdata/local/local_encrypted.data index a4f05ad..6e5a2df 100644 --- a/testdata/local/local_encrypted.data +++ b/testdata/local/local_encrypted.data @@ -2,7 +2,7 @@ - === BEGIN: local testdata/local/local_encrypted.aww 3 - --> 3: echo this_is_a_secret this_is_a_secret -- === END +- === END: local testdata/local/local_encrypted.aww 3 <<< echo_encrypted_no_pass Local: NewScript: ParseScript: template: local_encrypted.aww:3:7: executing "local_encrypted.aww" at <.Val>: error calling Val: "secret::pass" is empty @@ -20,4 +20,4 @@ Local: NewSession: .awwan.env.vault: LoadPrivateKeyInteractive: x509: decryption - === BEGIN: local testdata/local/sub/local_encrypted.aww 1 - --> 1: echo this_is_a_secret_in_sub this_is_a_secret_in_sub -- === END +- === END: local testdata/local/sub/local_encrypted.aww 1 |
