diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-20 17:23:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-20 17:23:36 +0700 |
| commit | c2dc32980d138564bf77d5866f1cd3c086bed100 (patch) | |
| tree | 3314c2685cd0784bf5ef749f0fb21f66ea213472 | |
| parent | 99c2a538c8553b29a80926ed9be718952a28571c (diff) | |
| download | awwan-c2dc32980d138564bf77d5866f1cd3c086bed100.tar.xz | |
testdata/http_server: fix missing .ssh directory on execute
The execute directory is used as base directory of awwan during
testing APIExecute.
| -rw-r--r-- | testdata/http_server/execute/.ssh/gitignore | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/testdata/http_server/execute/.ssh/gitignore b/testdata/http_server/execute/.ssh/gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/testdata/http_server/execute/.ssh/gitignore |
