aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-23 08:42:58 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-11-23 08:42:58 +0000
commitd1304a66808c69cf2121680294ff570256f24347 (patch)
tree8fff571f963e604ee1f25349b77897c09734a926 /test
parenta331d901c50421e57a6d1704068bc1cc122107ad (diff)
fix a comment: manifest files are now embedded into .exe / .dll files, no need to copy them
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23547 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-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 8db12cadcd..5209fc858c 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -37,7 +37,7 @@ unittests_step_test() {
return
fi
- # if we're on windows, we have to copy the test exe, and its manifest, to the wireshark-gtk2
+ # if we're on windows, we have to copy the test exe to the wireshark-gtk2
# dir before we can use them.
# {Note that 'INSTALL_DIR' must be a Windows Pathname)
if [ "$WS_SYSTEM" == "Windows" ] ; then