Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Jan 17, 2025
1 parent c223011 commit 5bdfa91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tshellenv.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ suite "Shell env":
const extension = ""
check prefix == "export PATH"

check (dirs[0] / ("nim" & extension)).fileExists
check dirs[1].extractFileName == "shellenv"
check dirs[2].extractFileName == "testutils-0.5.0-756d0757c4dd06a068f9d38c7f238576ba5ee897"

check dirs[0].extractFileName == "shellenv"
check dirs[1].extractFileName == "testutils-0.5.0-756d0757c4dd06a068f9d38c7f238576ba5ee897"

0 comments on commit 5bdfa91

Please sign in to comment.