diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-03-01 22:53:15 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-03-01 22:53:15 +0000 |
commit | 09a7c788480d46708ba8b485a11a4edb420cf04f (patch) | |
tree | 90adcf6826a320c893b5a836e91b4841c2f70aab | |
parent | 862dd48d3557ea63c45a678c8bb396ce6ef2dabc (diff) | |
download | wireshark-09a7c788480d46708ba8b485a11a4edb420cf04f.tar.gz wireshark-09a7c788480d46708ba8b485a11a4edb420cf04f.tar.bz2 wireshark-09a7c788480d46708ba8b485a11a4edb420cf04f.zip |
"Unit tests" is two words (at least in English).
svn path=/trunk/; revision=32072
-rwxr-xr-x | test/test.sh | 2 |
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 } |