• Show log

    Commit

  • Hash : 566e0ee7
    Author : Thomas Adam
    Date : 2021-11-22T22:32:25

    regress: make test operands POSIX compliant
    
    Since the interpreter for the regress shell scripts are using /bin/sh
    this will usually imply some level of POSIX compliance (that isn't
    bash-specific, for instance).
    
    Some systems use dash as their sh shell and as such is stricter POSIX
    compliance.  To help -portable, make the shell test checks use a single
    '=' for equality, rather than '=='.