mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Make test-sync-fileread pass even when git cr/lf conversion is enabled
This commit is contained in:
1
test/fixtures/x.bin
vendored
Normal file
1
test/fixtures/x.bin
vendored
Normal file
@@ -0,0 +1 @@
|
||||
xyz
|
||||
@@ -24,6 +24,6 @@ var assert = require('assert');
|
||||
var path = require('path');
|
||||
var fs = require('fs');
|
||||
|
||||
var fixture = path.join(__dirname, '../fixtures/x.txt');
|
||||
var fixture = path.join(__dirname, '../fixtures/x.bin');
|
||||
|
||||
assert.equal('xyz\n', fs.readFileSync(fixture));
|
||||
|
||||
Reference in New Issue
Block a user