Skip to content

Commit e546eda

Browse files
mhdawsonRaisinTen
andauthored
Update test/addons/openssl-test-engine/test.js
Co-authored-by: Darshan Sen <[email protected]>
1 parent 8d76834 commit e546eda

File tree

1 file changed

+0
-5
lines changed
  • test/addons/openssl-test-engine

1 file changed

+0
-5
lines changed

test/addons/openssl-test-engine/test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ const crypto = require('crypto');
1111
const fs = require('fs');
1212
const path = require('path');
1313

14-
const engine = path.join(__dirname,
15-
`/build/${common.buildType}/testsetengine.engine`);
16-
17-
if (!fs.existsSync(engine))
18-
common.skip('no engine');
1914

2015
assert.throws(() => crypto.setEngine(true), /ERR_INVALID_ARG_TYPE/);
2116
assert.throws(() => crypto.setEngine('/path/to/engine', 'notANumber'),

0 commit comments

Comments
 (0)