summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-02-02 11:27:18 -0800
committerGuy Harris <guy@alum.mit.edu>2020-02-02 11:27:18 -0800
commit0a963390e5c109d62456cc9c9119d2bf111616a9 (patch)
treeee9e663141c8485075fcfd725a7715e8d9c8faca
parent0069f1d9f8aca26b165a07d6da7b162d00d24209 (diff)
downloadtcpdump-0a963390e5c109d62456cc9c9119d2bf111616a9.tar.gz
Fix typo mentioned in GitHub issue #819.
-rwxr-xr-xtests/TESTrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TESTrun b/tests/TESTrun
index a532acca..55518757 100755
--- a/tests/TESTrun
+++ b/tests/TESTrun
@@ -7,7 +7,7 @@ use POSIX qw( WEXITSTATUS WIFEXITED);
use Cwd qw(abs_path getcwd);
use File::Path qw(mkpath); # mkpath works with ancient perl, as well as newer perl
-eval 'use YAML qw(LoadFile); 1' || die "TESTrun needs YAML.pm. apt install libyaml-perl/yum install per-YAML/cpanm YAML";
+eval 'use YAML qw(LoadFile); 1' || die "TESTrun needs YAML.pm. apt install libyaml-perl/yum install perl-YAML/cpanm YAML";
# these are created in the directory where we are run, which might be
# a build directory.