aboutsummaryrefslogtreecommitdiff
path: root/testdata/encrypt/test.data
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-09-26 00:29:10 +0700
committerShulhan <ms@kilabit.info>2023-09-26 00:30:20 +0700
commit40b9fe9b854ca90ed55e13c8fe74e13a506b76d1 (patch)
treec7886becc75cda8ccf980af728ebbd5db7b053aa /testdata/encrypt/test.data
parent98f212f8cd74cafc15b0eb9716853940aa891bf6 (diff)
downloadawwan-40b9fe9b854ca90ed55e13c8fe74e13a506b76d1.tar.xz
testdata: rename "encrypt" to "local"
We change the directory name because the "encrpyt" is not specific to encryption only but only for local.
Diffstat (limited to 'testdata/encrypt/test.data')
-rw-r--r--testdata/encrypt/test.data17
1 files changed, 0 insertions, 17 deletions
diff --git a/testdata/encrypt/test.data b/testdata/encrypt/test.data
deleted file mode 100644
index 330e646..0000000
--- a/testdata/encrypt/test.data
+++ /dev/null
@@ -1,17 +0,0 @@
-<<< local.aww:1
-
---> local: 1: echo this_is_a_secret
-this_is_a_secret
-
-<<< sub/local.aww:1
-
---> local: 1: echo this_is_a_secret_in_sub
-this_is_a_secret_in_sub
-
-<<< tmp/plain.txt
-The host name is encrypt.
-The secret password is .
-
-<<< tmp/decrypted.txt
-The host name is encrypt.
-The secret password is this_is_a_secret.