From 58cc9dc1d877718e5a21bf9766eaa33a17fe7311 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 4 Sep 2015 22:45:26 +0200 Subject: add new potential Test Case --- TESTS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/TESTS b/TESTS index d83394e..e455bd6 100644 --- a/TESTS +++ b/TESTS @@ -2,3 +2,18 @@ - PATH in config for command - PATH in os.environ - PATH should get overwritten by config but os.environ persisted + +config.py: + public_commands= [ + default_command('showPath', cmd='showPath', env={ 'PATH':'/run/current-system/sw/bin/' }) + ] + +commands/showPath: + #!/bin/sh + env | grep '^PATH' + +# TESTME nick name changed +- reaktor joins with given nickname, +- asybot changes the nickname +- when receiving Privmsg Reaktor checks its current + nickname with the configured and reloads config if required -- cgit v1.2.3