From b08eb5216d86cbe384b9f5e3c476dcb41d771e85 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 13 Nov 2017 17:28:31 +0000 Subject: Rename 'config' to 'env'. "Environment" more accurately reflects its usage, and this opens up "config" for global configuration. * Flags -c -> -e (-config -> -env). --- t/fixtures/input | 29 ----------------------------- t/fixtures/localhost.conf | 3 --- t/fixtures/sample.env | 3 +++ t/fixtures/sample.input | 29 +++++++++++++++++++++++++++++ t/fixtures/sample.plan | 6 ++++++ t/fixtures/testplan | 6 ------ 6 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 t/fixtures/input delete mode 100644 t/fixtures/localhost.conf create mode 100644 t/fixtures/sample.env create mode 100644 t/fixtures/sample.input create mode 100644 t/fixtures/sample.plan delete mode 100644 t/fixtures/testplan (limited to 't/fixtures') diff --git a/t/fixtures/input b/t/fixtures/input deleted file mode 100644 index 2d508fe..0000000 --- a/t/fixtures/input +++ /dev/null @@ -1,29 +0,0 @@ - - - - SCRAM-SHA-1 - PLAIN - - - - - - - - - - - - test0@localhost/xmpt - - - - diff --git a/t/fixtures/localhost.conf b/t/fixtures/localhost.conf deleted file mode 100644 index bc462d7..0000000 --- a/t/fixtures/localhost.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Domain and bare JID are calculated from full. -full_jid=test0@localhost/xmpt -password=test diff --git a/t/fixtures/sample.env b/t/fixtures/sample.env new file mode 100644 index 0000000..bc462d7 --- /dev/null +++ b/t/fixtures/sample.env @@ -0,0 +1,3 @@ +# Domain and bare JID are calculated from full. +full_jid=test0@localhost/xmpt +password=test diff --git a/t/fixtures/sample.input b/t/fixtures/sample.input new file mode 100644 index 0000000..2d508fe --- /dev/null +++ b/t/fixtures/sample.input @@ -0,0 +1,29 @@ + + + + SCRAM-SHA-1 + PLAIN + + + + + + + + + + + + test0@localhost/xmpt + + + + diff --git a/t/fixtures/sample.plan b/t/fixtures/sample.plan new file mode 100644 index 0000000..ba7fcaa --- /dev/null +++ b/t/fixtures/sample.plan @@ -0,0 +1,6 @@ +signin +auth +bind-reneg +bind +session +signout diff --git a/t/fixtures/testplan b/t/fixtures/testplan deleted file mode 100644 index ba7fcaa..0000000 --- a/t/fixtures/testplan +++ /dev/null @@ -1,6 +0,0 @@ -signin -auth -bind-reneg -bind -session -signout -- cgit v1.2.3