summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-04-06 22:01:03 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-04-07 05:54:19 +0000
commitcc3c05ed5f9e2d3eb8d72b3acc66bbacd50a26e7 (patch)
tree620363df0e06e9485599eb8f4b2ea45a6319121f /test
parente32b38164b237dc80478b49469e955f430c23f49 (diff)
downloadwireshark-cc3c05ed5f9e2d3eb8d72b3acc66bbacd50a26e7.tar.gz
Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW gcc 4.3
Fixes bug 9957 Change-Id: Ibe38ec25be5cfdad98c53c8257b0a858529897f6 Reviewed-on: https://code.wireshark.org/review/991 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-wslua.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh
index a17af567cd..5afdc9a516 100755
--- a/test/suite-wslua.sh
+++ b/test/suite-wslua.sh
@@ -170,14 +170,14 @@ wslua_step_file_test() {
fi
# now compare testin and testout - they should be identical
- # if diff -q ./testout.txt ./testin.txt; then
+ if diff -q ./testout.txt ./testin.txt; then
test_step_ok
- # else
- # echo
- # cat ./testout.txt
- # diff ./testout.txt ./testin.txt
- # test_step_failed "subtest-9 writing the acme sipmsg.log out as pcapng did not match sip.pcapng"
- # fi
+ else
+ echo
+ cat ./testout.txt
+ diff ./testout.txt ./testin.txt
+ test_step_failed "subtest-9 writing the acme sipmsg.log out as pcapng did not match sip.pcapng"
+ fi
}
wslua_step_listener_test() {