Skip to content

Commit 0bdde63

Browse files
committed
Rename the suffix of a pcap test file to .pcap
(cherry picked from commit bb704ed)
1 parent cbde7a8 commit 0bdde63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/smb.tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ $testlist = [
122122
{
123123
config_set => 'ENABLE_SMB',
124124
name => 'smb_data_print-segv',
125-
input => 'smb_data_print-segv.pcapng',
125+
input => 'smb_data_print-segv.pcap',
126126
output => 'smb_data_print-segv.out',
127127
args => '-vv',
128128
},
129129

130130
{
131131
config_unset => 'ENABLE_SMB',
132132
name => 'smb_data_print-segv-nosmb',
133-
input => 'smb_data_print-segv.pcapng',
133+
input => 'smb_data_print-segv.pcap',
134134
output => 'smb_data_print-segv-nosmb.out',
135135
args => '-vv',
136136
},
File renamed without changes.

0 commit comments

Comments
 (0)