Skip to content

Commit

Permalink
openssl 3.x.x (v2) test package: removed superfluos existence test
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrb committed Mar 7, 2023
1 parent 4747491 commit e1eb0c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/openssl/3.x.x/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test(self):

if not self.options["openssl"].no_legacy:
bin_legacy_path = os.path.join(self.cpp.build.bindirs[0], "digest_legacy")
assert os.path.exists(bin_legacy_path)
self.run(bin_legacy_path, run_environment=True)

if not self.options["openssl"].no_stdio:
Expand Down

0 comments on commit e1eb0c0

Please sign in to comment.