summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/lib/shunit2/examples/equality_test.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xfluent-bit/tests/lib/shunit2/examples/equality_test.sh9
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