diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-04-02 16:02:48 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-04-02 16:02:48 -0700 |
commit | c0e18f37d40f0766fa214e6e3eaed6fa7caa72c0 (patch) | |
tree | e88dbecd627ca66a4bcb662e18b4457fd1d001f8 /test | |
parent | 94644d743c0aa04fb2bc9e1267205b02c6ee7f82 (diff) | |
download | node-new-c0e18f37d40f0766fa214e6e3eaed6fa7caa72c0.tar.gz |
Don't reference fixtures/multipart.js
Diffstat (limited to 'test')
-rw-r--r-- | test/simple/test-file-read-stream.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-file-read-stream.js b/test/simple/test-file-read-stream.js index 3ac308b9a2..de8ff63259 100644 --- a/test/simple/test-file-read-stream.js +++ b/test/simple/test-file-read-stream.js @@ -3,7 +3,7 @@ require('../common'); var path = require('path'), fs = require('fs'), - fn = path.join(fixturesDir, 'multipart.js'), + fn = path.join(fixturesDir, 'test_ca.pem'), file = fs.createReadStream(fn), callbacks = { |