Last tweak to dbupdate harness test needed help

This commit is contained in:
Brian Cox 2017-09-10 21:01:46 -07:00
parent 6cf3936319
commit 4abec97664
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ sub RunBasicTest
# Make sure we got 4 violations: 2 mod, 1 add, 1 rm.
#
my $dir_mods = (($^O ne "skyos") && ($^O ne "dragonfly")) ? 0 : 1;
my $dir_mods = (($^O eq "skyos") || ($^O eq "dragonfly")) ? 0 : 1;
my ($n, $a, $r, $c) = twtools::AnalyzeReport( twtools::RunReport() );
my $n_expected = $dir_mods ? 4 : 3;
my $c_expected = $dir_mods ? 2 : 1;