Skip to content

Commit

Permalink
Does this canonicalize? I forget
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 28, 2024
1 parent ace4372 commit 40c6971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ Deno.test("subshells", async () => {
assertEquals(result, "1\n2\n5\n");
}
await withTempDir(async (tempDir) => {
tempDir = tempDir.resolve();
const subDir = tempDir.join("subDir");
subDir.mkdirSync();
const result = await $`(cd subDir && pwd) && pwd`.text();
Expand Down

0 comments on commit 40c6971

Please sign in to comment.