Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
BridgeAR committed Apr 23, 2018
commit eb8ebd4a52d4052c321ac876c1da06865ef2cee2
2 changes: 2 additions & 0 deletions test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Object.defineProperty(exports, 'isAlpine', {
if (!exports.isLinux)
return false;
const lddVersion = spawnSync('ldd', ['--version'], { encoding: 'utf8' });
if (!lddVersion)
return false;
return !lddVersion.includes('LIBC');
},
enumerable: true
Expand Down