1#! /usr/bin/perl -w
2# MD5: 801e3a96fd06d45f22ed09e2d5fa871f
3# TEST: ./rwstats --fields=dip --count=10 --top --ipv6-policy=ignore ../../tests/empty.rwf
4
5use strict;
6use SiLKTests;
7
8my $rwstats = check_silk_app('rwstats');
9my %file;
10$file{empty} = get_data_or_exit77('empty');
11my $cmd = "$rwstats --fields=dip --count=10 --top --ipv6-policy=ignore $file{empty}";
12my $md5 = "801e3a96fd06d45f22ed09e2d5fa871f";
13
14check_md5_output($md5, $cmd);
15