diff options
Diffstat (limited to 'test/minimunin-plugins')
-rwxr-xr-x | test/minimunin-plugins/test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/minimunin-plugins/test b/test/minimunin-plugins/test new file mode 100755 index 0000000..dbc13c4 --- /dev/null +++ b/test/minimunin-plugins/test | |||
@@ -0,0 +1,7 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | case $1 in | ||
4 | config) echo empty;; | ||
5 | *) id; env;; | ||
6 | esac | ||
7 | |||