Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 534
    • Issues 534
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !17

Change the `unittest.sh` script to use `command -v` instead of `type`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Curtis Blackburn requested to merge unittest-sh-fails-to-run-on-openbsd into master Jan 26, 2018
  • Overview 0
  • Commits 1
  • Changes 1

Change the unittest.sh script to use command -v as a more cross-platform compatible replacement for type, which didn't work the same way on OpenBSD as it did on other platforms.

Edited Jan 29, 2018 by Michał Kępień
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: unittest-sh-fails-to-run-on-openbsd