Skip to content

Commit

Permalink
fix(test): 024-os depended on ls to exists
Browse files Browse the repository at this point in the history
fixes #248
  • Loading branch information
giann committed Jan 14, 2024
1 parent 5da28e5 commit d7933d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/024-os.buzz
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test "os.tmpFilename" {
}

test "os.execute" {
assert(os.execute(["/bin/ls", "-l"]) == 0, message: "Could execute a command");
assert(os.execute(["./zig-out/bin/buzz", "--version"]) == 0, message: "Could execute a command");
}

test "os.sleep" {
Expand Down

0 comments on commit d7933d0

Please sign in to comment.