Skip to content

Commit

Permalink
fixed a typo in the pathing for the io-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 17, 2015
1 parent e7cafd3 commit 2cc5e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/io-tests.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* global describe, it , Buffer */
var io = require('./../libs/io'),
should = require('should'),
tempFile = "tmp/tests/tmp.temp",
renameFile = "tmp/tests/temp-rename.temp";
tempFile = "./tmp/tests/tmp.temp",
renameFile = "./tmp/tests/temp-rename.temp";

describe('io.js', function() {
describe('#CreateFile', function() {
Expand Down

0 comments on commit 2cc5e27

Please sign in to comment.