We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823f0ce commit 818b280Copy full SHA for 818b280
test/parallel/test-pipe-file-to-http.js
@@ -29,7 +29,7 @@ const path = require('path');
29
const tmpdir = require('../common/tmpdir');
30
tmpdir.refresh();
31
32
-const filename = path.join(tmpdir.path || '/tmp', 'big');
+const filename = path.join(tmpdir.path, 'big');
33
let count = 0;
34
35
const server = http.createServer((req, res) => {
0 commit comments