Skip to content
  • Michał Kępień's avatar
    Silence a Perl warning output by stop.pl · 91e5a99b
    Michał Kępień authored
    On Unix systems, the CYGWIN environment variable is not set at all when
    BIND system tests are run.  If a named instance crashes on shutdown or
    otherwise fails to clean up its pidfile and the CYGWIN environment
    variable is not set, stop.pl will print an uninitialized value warning
    on standard error.  Prevent this by using defined().
    91e5a99b