Table of Contents

About

This page is about:

  • the built-in test command
  • and the test framework

test command

The if test condition-true construct is the exact equivalent of if [ condition-true ]

type test
# built-in function

test framework

Test unit framework in Bash

Example