Skip to content

Commit 29afe47

Browse files
committed
Rakefile: do not add test/openssl to the load paths
The directory used to contain a copy of envutil.rb. It is now gone since we started using the test-unit-ruby-core gem. The top-level lib directory is automatically added by Rake::TestTask.
1 parent f887d9f commit 29afe47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rescue LoadError
1313
end
1414

1515
Rake::TestTask.new do |t|
16-
t.libs << 'test/openssl'
1716
t.test_files = FileList["test/**/test_*.rb"]
1817
t.warning = true
1918
end
@@ -25,7 +24,6 @@ task :test_fips do
2524
end
2625

2726
Rake::TestTask.new(:test_fips_internal) do |t|
28-
t.libs << 'test/openssl'
2927
# Exclude failing test files in FIPS for this task to pass.
3028
# TODO: Fix failing test files.
3129
t.test_files = FileList['test/**/test_*.rb'] - FileList[

0 commit comments

Comments
 (0)