aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-11-23 08:42:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-11-23 08:42:58 +0000
commit54e08d8e3d0ff1850d6c56a3624ed363b4de3a0b (patch)
tree8fff571f963e604ee1f25349b77897c09734a926 /test
parent9b101b14378091f0272cfdcd6ef6c2bb4f82bd6a (diff)
fix a comment: manifest files are now embedded into .exe / .dll files, no need to copy them
svn path=/trunk/; revision=23547
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