mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
Revert "Make test-sync-fileread pass even when git cr/lf conversion is enabled"
We'll solve this problem with a .gitattributes file.
This reverts commit 27ef0b0903
.
This commit is contained in:
parent
942f8b5afb
commit
c96ef84427
1
test/fixtures/x.bin
vendored
1
test/fixtures/x.bin
vendored
@ -1 +0,0 @@
|
||||
xyz
|
@ -24,6 +24,6 @@ var assert = require('assert');
|
||||
var path = require('path');
|
||||
var fs = require('fs');
|
||||
|
||||
var fixture = path.join(__dirname, '../fixtures/x.bin');
|
||||
var fixture = path.join(__dirname, '../fixtures/x.txt');
|
||||
|
||||
assert.equal('xyz\n', fs.readFileSync(fixture));
|
||||
|
Loading…
Reference in New Issue
Block a user