Skip to content

Commit

Permalink
Revert "testutil: Add sanity check for cwd"
Browse files Browse the repository at this point in the history
This reverts commit 5d4e682.

It turns out that this broke `make distcheck`.
  • Loading branch information
aspiers committed Apr 6, 2024
1 parent 7815bc8 commit 748a34b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/testutil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 748a34b

Please sign in to comment.