]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/tests/Uptime.tst
Remove OS X packaging scripts
[nagcollect.git] / client / lib / tests / Uptime.tst
index d57fe398ef6c771c9b125455c8bdd0686025c5a5..fcc9ce0ebee3910d50c50b68f821d0bd8bbf859a 100644 (file)
@@ -25,10 +25,10 @@ if [ `uname` = "Darwin" ]; then
                                *" days, "*)
                                        STATUS=0
                                        ;;
-                               "1 day, "*|*" hrs")
+                               "1 day, "*)
                                        STATUS=1
                                        ;;
-                               *:*)
+                               *:*|"1 hr"|*" hrs"|*" mins"|*" secs")
                                        STATUS=2
                                        ;;
                                *)