This commit is contained in:
Andrew Dunstan 2017-07-16 12:00:23 -04:00
parent b4a1d69ed4
commit 220a9b5e55

View File

@ -236,7 +236,7 @@ sub taptest
die "no tests found!" unless -d "$topdir/$dir/t";
push(@args,"$topdir/$dir);
push(@args,"$topdir/$dir");
InstallTemp();
my $status = tap_check(@args);