aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/acme_file.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/lua/acme_file.lua')
-rw-r--r--test/lua/acme_file.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lua/acme_file.lua b/test/lua/acme_file.lua
index eefa67463b..2595d53fe4 100644
--- a/test/lua/acme_file.lua
+++ b/test/lua/acme_file.lua
@@ -416,9 +416,9 @@ function State:get_timestamp(line, file_position, seeking)
-- XXX - but for purposes of testing, we just force the year to
-- 2014, so that we can compare the result of this code reading
- -- an Acme log with the result of the pcap-ng reader reading a
- -- pcap-ng file with the same packets - the time stamps in
- -- pcap-ng files are times since the Epoch, so the year is known
+ -- an Acme log with the result of the pcapng reader reading a
+ -- pcapng file with the same packets - the time stamps in
+ -- pcapng files are times since the Epoch, so the year is known
self.tyear = 2014
end