This commit is contained in:
Andrew Dunstan 2017-07-16 12:00:23 -04:00
parent 9c3f502b45
commit f5b2f27084

View File

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