| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent afbdd01 commit ad02676
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,8 @@ const common = require('../common'); | |||
| 4 | 4 | if (!common.isWindows) | |
| 5 | 5 | common.skip('Test for Windows only'); | |
| 6 | 6 | ||
| 7 | + const fixtures = require('../common/fixtures'); | ||
| 8 | + | ||
| 7 | 9 | const assert = require('assert'); | |
| 8 | 10 | const fs = require('fs'); | |
| 9 | 11 | const spawnSync = require('child_process').spawnSync; | |
@@ -16,7 +18,7 @@ let drive; | |||
| 16 | 18 | let i; | |
| 17 | 19 | for (i = 0; i < driveLetters.length; ++i) { | |
| 18 | 20 | drive = `${driveLetters[i]}:`; | |
| 19 | - result = spawnSync('subst', [drive, common.fixturesDir]); | ||
| 21 | + result = spawnSync('subst', [drive, fixtures.fixturesDir]); | ||
| 20 | 22 | if (result.status === 0) | |
| 21 | 23 | break; | |
| 22 | 24 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments