We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039a2e5 commit 8e69bf6Copy full SHA for 8e69bf6
2 files changed
readme.md
@@ -1,4 +1,4 @@
1
-# bin-wrapper [](https://travis-ci.org/kevva/bin-wrapper)
+# bin-wrapper [](https://travis-ci.org/kevva/bin-wrapper)
2
3
> Binary wrapper that makes your programs seamlessly available as local dependencies
4
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