Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/09_default_config.t fails on Mac OS X #6

Closed
Akint opened this issue Aug 27, 2016 · 0 comments
Closed

t/09_default_config.t fails on Mac OS X #6

Akint opened this issue Aug 27, 2016 · 0 comments
Assignees
Labels

Comments

@Akint
Copy link
Owner

Akint commented Aug 27, 2016

    #   Failed test ''config_dir' exists'
    #   at t/09_default_config.t line 48.

    #   Failed test ''config_dir' is readable'
    #   at t/09_default_config.t line 49.

    #   Failed test ''config_dir' is executable'
    #   at t/09_default_config.t line 50.
    # Looks like you failed 3 tests of 3.

#   Failed test 'Check config-related parameters'
#   at t/09_default_config.t line 51.
# Looks like you failed 1 test of 6.
t/09_default_config.t .. 
Dubious, test returned 1 (wstat 256, 0x100)

Seems like there is no '/usr/local/etc' dir on Mac OS X by default.

@Akint Akint added the bug label Aug 27, 2016
@Akint Akint self-assigned this Aug 27, 2016
@Akint Akint closed this as completed in 7d6acc2 Aug 28, 2016
Akint added a commit that referenced this issue Sep 5, 2016
Changelog diff is:

diff --git a/Changes b/Changes
index 858999c..042b84d 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Zabbix-ServerScript

 {{$NEXT}}

+0.11 2016-09-05T07:22:17Z
+    - Skip checking /usr/local/etc on Mac OS X. Resolves #6.
+
 0.10 2016-08-26T05:44:16Z
     - Removed unnecessary 'use Text::ParseWords'
     - Fixed 'defined %$opt -> defined $opt'
Akint added a commit that referenced this issue Sep 26, 2016
Changelog diff is:

diff --git a/Changes b/Changes
index 042b84d..3e9a4bc 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Zabbix-ServerScript

 {{$NEXT}}

+0.12 2016-09-26T09:26:21Z
+    - Added default filename usage to cache functions
+
 0.11 2016-09-05T07:22:17Z
     - Skip checking /usr/local/etc on Mac OS X. Resolves #6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant