aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index f13377f4da..6517873171 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -92,7 +92,7 @@ test_suite() {
test_suite_add "Command line options" clopt_suite
test_suite_add "File I/O" io_suite
test_suite_add "Capture" capture_suite
- test_suite_add "Unittests" unittests_suite
+ test_suite_add "Unit tests" unittests_suite
}