summaryrefslogtreecommitdiff
path: root/tools/pidl/tests/wireshark-conf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pidl/tests/wireshark-conf.pl')
-rwxr-xr-xtools/pidl/tests/wireshark-conf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pidl/tests/wireshark-conf.pl b/tools/pidl/tests/wireshark-conf.pl
index 9da5c7d1ed..a8e33dfecd 100755
--- a/tools/pidl/tests/wireshark-conf.pl
+++ b/tools/pidl/tests/wireshark-conf.pl
@@ -15,7 +15,7 @@ use Parse::Pidl::Wireshark::Conformance qw(ReadConformanceFH valid_ft_type valid
sub parse_conf($)
{
my $str = shift;
- open(TMP, "+>", undef) or die("unable to open temp file");
+ open(TMP, "+>", undef) or die("unable to open temp file");
print TMP $str;
seek(TMP, 0, 0);
my $data = {};