Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olegp committed Sep 1, 2011
1 parent c7bf264 commit 8aee1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fs-base/relative.js
Expand Up @@ -3,7 +3,7 @@ var fs = require('../../lib/fs-base');
var separator = '/';

var tests;
test = [['', '', ''], ['.', '', ''], ['', '.', ''], ['.', '.', ''],
tests = [['', '', ''], ['.', '', ''], ['', '.', ''], ['.', '.', ''],
['', '..', '../'], ['', '../', '../'], ['a', 'b', 'b'],
['../a', '../b', 'b'], ['../a/b', '../a/c', 'c'], ['a/b', '..', '../../'],
['a/b', 'c', '../c'], ['a/b', 'c/d', '../c/d'], ];
Expand Down

0 comments on commit 8aee1ca

Please sign in to comment.