Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jun 6, 2023
1 parent 2996996 commit eb3cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tea.ln.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ it(suite, "auto-symlinks in ~/.tea/local work", async function() {
this.tea = this.tea.cp({ into: this.TEA_PREFIX.join("tea.xyz/v*/bin").mkdir('p') })
await this.run({args: ["perl", "--version"]})

assert(this.TEA_PREFIX.join("local/bin/perl").isExecutableFile())
assert(this.TEA_PREFIX.join(".local/bin/perl").isExecutableFile())
})

0 comments on commit eb3cdec

Please sign in to comment.