aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-unittests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-unittests.sh')
-rwxr-xr-xtest/suite-unittests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index b9e77905a0..d7186b3a4a 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -41,7 +41,7 @@ TOOL_SEARCH_PATHS="
check_dut() {
TEST_EXE=""
- # WS_BIN_PATH must be checked first, otherwise when using Nmake
+ # WS_BIN_PATH must be checked first, otherwise
# we'll find a non-functional program in epan or epan/wmem.
for TEST_PATH in $TOOL_SEARCH_PATHS ; do
if [ -x "$TEST_PATH/$1" ]; then