diff options
author | regnat <rg@regnat.ovh> | 2020-11-09 16:04:18 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-03-01 11:08:01 +0100 |
commit | 259d6778efd865ccd3b5fbf4f3a29002a7d58d93 (patch) | |
tree | 1829c735f47b7148113aa6096118c41d63c9a0c5 /tests/ca/common.sh | |
parent | 73b3e6cd46cf8f10b4c35043d7c0708b22ffebd6 (diff) |
Move the CA tests to a sub-directory
Requires a slight update to the test infra to work properly, but
having the possibility to group tests that way makes the whole thing
quite cleaner imho
Diffstat (limited to 'tests/ca/common.sh')
-rw-r--r-- | tests/ca/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ca/common.sh b/tests/ca/common.sh new file mode 100644 index 000000000..e083d873c --- /dev/null +++ b/tests/ca/common.sh @@ -0,0 +1 @@ +source ../common.sh |