Skip to content

Commit

Permalink
fix progra-tilde test
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Sep 23, 2023
1 parent 8d9f488 commit 4863f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/progra-tilde.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ t.strictSame(
globSync('progra~1\\*', { cwd: dir, windowsPathsNoEscape: true }).sort(
(a, b) => a.localeCompare(b, 'en')
),
['a', 'b', 'c']
['progra~1\\a', 'progra~1\\b', 'progra~1\\c']
)

0 comments on commit 4863f17

Please sign in to comment.