We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039a2e5 + 3e73eb7 commit 14f8d16Copy full SHA for 14f8d16
1 file changed
test/test.js
@@ -65,7 +65,7 @@ test('get the binary path', function (t) {
65
.dest('tmp')
66
.use('foo');
67
68
- t.assert(bin.path() === 'tmp/foo', bin.path());
+ t.assert(bin.path() === path.join('tmp', 'foo'), bin.path());
69
});
70
71
test('verify that a binary is working', function (t) {
0 commit comments