Tests: Fix t_dist_whitespace

This commit is contained in:
Wilson Snyder 2024-03-02 10:14:54 -05:00
parent da9521a351
commit a378dbd9b2
2 changed files with 8 additions and 6 deletions

View File

@ -10,6 +10,8 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
scenarios(dist => 1);
my $root = "..";
if (!-r "$root/.git") {
skip("Not in a git repository");
} else {