diff options
Diffstat (limited to 'fluent-bit/tests/lib/shunit2/examples/equality_test.sh')
-rwxr-xr-x | fluent-bit/tests/lib/shunit2/examples/equality_test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fluent-bit/tests/lib/shunit2/examples/equality_test.sh b/fluent-bit/tests/lib/shunit2/examples/equality_test.sh new file mode 100755 index 00000000..7b566403 --- /dev/null +++ b/fluent-bit/tests/lib/shunit2/examples/equality_test.sh @@ -0,0 +1,9 @@ +#! /bin/sh +# file: examples/equality_test.sh + +testEquality() { + assertEquals 1 1 +} + +# Load and run shUnit2. +. ../shunit2 |