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

test: support test.utils.command-exists on Windows #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 9, 2021

  1. test: support test.utils.command-exists on Windows

    `cat` is a common utility on Unix systems, however, it is not
    universally available.  On Windows systems, resort to `cmd` (%COMSPEC%)
    as the shell interpreter is guaranteed to be present.  It stands to
    reason that `sh` would be a viable alternative to `cat` as that is the
    default (POSIX) shell interpreter on Unix systems and should be present
    on any SuS or POSIX complaint system.
    compnerd committed May 9, 2021
    Configuration menu
    Copy the full SHA
    89eba84 View commit details
    Browse the repository at this point in the history