]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/time.tests
Fix '-tt' option printing when time > 2106-02-07T06:28:15Z
[tcpdump] / tests / time.tests
index d2634efd633c970c0eaec5529d871983df92c7da..d8190630c1e96d733b2c8fcfc54ff8be5c943868 100644 (file)
@@ -63,6 +63,20 @@ $testlist = [
         output => 'time_2107.out',
         args   => '-q'
     },
+    {
+        config_set => 'HAVE_TIME_T_64',
+        name => 'time_2106_overflow-tt',
+        input => 'time_2106_overflow.pcapng',
+        output => 'time_2106_overflow-tt.out',
+        args   => '-tt -q SPECIAL_t'
+    },
+    {
+        config_set => 'HAVE_TIME_T_64',
+        name => 'time_2107-tt',
+        input => 'time_2107.pcapng',
+        output => 'time_2107-tt.out',
+        args   => '-tt -q SPECIAL_t'
+    },
 ];
 
 1;