Skip to content

Commit

Permalink
removing ext for binary
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 20, 2023
1 parent 0b37c8d commit ea9b7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type EnvData struct {

func runL2CommandAndParseJSON(t *testing.T, cmdArgs ...string) {
// Construct the relative path to the l2.go executable
l2Path := filepath.Join("..", "..", "l2.go")
l2Path := filepath.Join("..", "..", "l2")

cmd := exec.Command(l2Path, cmdArgs...)
var stdout bytes.Buffer
Expand Down

0 comments on commit ea9b7ef

Please sign in to comment.