aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-wslua.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-wslua.sh')
-rwxr-xr-xtest/suite-wslua.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh
index 9b18de4072..76a6bf3c3d 100755
--- a/test/suite-wslua.sh
+++ b/test/suite-wslua.sh
@@ -257,7 +257,7 @@ wslua_step_pinfo_test() {
fi
# Tshark catches lua script failures, so we have to parse the output.
- $TSHARK -r $CAPTURE_DIR/dhcp.pcap -X lua_script:$TESTS_DIR/lua/nstime.lua > testout.txt 2>&1
+ $TSHARK -r $CAPTURE_DIR/dhcp.pcap -X lua_script:$TESTS_DIR/lua/pinfo.lua > testout.txt 2>&1
if grep -q "All tests passed!" testout.txt; then
test_step_ok
else