summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/lib/shunit2/examples/equality_test.sh
blob: 7b56640333947adc5932d442ebe2ff32b5b67957 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh
# file: examples/equality_test.sh

testEquality() {
  assertEquals 1 1
}

# Load and run shUnit2.
. ../shunit2