Skip to content
Snippets Groups Projects
  • Katsunori FUJIWARA's avatar
    e7ff258f
    tests: make timezone in diff output glob-ed for portability · e7ff258f
    Katsunori FUJIWARA authored
    Before this patch, some tests using external "diff" command via
    extdiff extension fail on Solaris, because system standard "diff" (=
    /usr/bin/diff) on Solaris doesn't display timezone for timestamp of
    each files in diff output.
    
    This patch makes timezone in external diff output glob-ed for
    portability of tests, and adds check-code.py a rule to detect such
    e7ff258f
    History
    tests: make timezone in diff output glob-ed for portability
    Katsunori FUJIWARA authored
    Before this patch, some tests using external "diff" command via
    extdiff extension fail on Solaris, because system standard "diff" (=
    /usr/bin/diff) on Solaris doesn't display timezone for timestamp of
    each files in diff output.
    
    This patch makes timezone in external diff output glob-ed for
    portability of tests, and adds check-code.py a rule to detect such