aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-31 22:32:14 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-31 22:32:14 +0000
commitd5e30ea820e91445266d0fd403d1c6e2186e567e (patch)
tree5e4e8bc34d281ff63cb8f87e6b39ac72b32e19c3 /test/test.sh
parentcfebdcd2f53b8d073cf36e899abf3644bab4d676 (diff)
Fix the name resolution tests so that they run on Windows. Enable them
by default. Remove some unused code. svn path=/trunk/; revision=49661
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 4a8da69d18..af8ae075a1 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -118,7 +118,7 @@ test_suite() {
test_suite_add "Unit tests" unittests_suite
test_suite_add "File formats" fileformats_suite
test_suite_add "Decryption" decryption_suite
-# test_suite_add "Name Resolution" name_resolution_suite
+ test_suite_add "Name Resolution" name_resolution_suite
}