DEBSOURCES
Skip Quicknav
sources / shunit2 / 2.1.8-4 / examples / equality_test.sh
123456789
#! /bin/sh # file: examples/equality_test.sh testEquality() { assertEquals 1 1 } # Load and run shUnit2. . shunit2