From 748a34b211be0b4d577e387c1ccd6efe85021918 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 6 Apr 2024 14:59:52 +0100 Subject: [PATCH] Revert "testutil: Add sanity check for cwd" This reverts commit 5d4e68291e24558a51376cf218cca9a1142dfff1. It turns out that this broke `make distcheck`. --- t/testutil.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/testutil.pm b/t/testutil.pm index 3507285..b7c1549 100755 --- a/t/testutil.pm +++ b/t/testutil.pm @@ -50,8 +50,6 @@ our $TEST_DIR = 'tmp-testing-trees'; our $ABS_TEST_DIR = File::Spec->rel2abs('tmp-testing-trees'); sub init_test_dirs { - -d "t" or croak "Was expecting tests to be run from root of repo\n"; - # Create a run_from/ subdirectory for tests which want to run # from a separate directory outside the Stow directory or # target directory.