diff --git a/tests/env_command_test.go b/tests/env_command_test.go index c1e366ad..35afbf41 100644 --- a/tests/env_command_test.go +++ b/tests/env_command_test.go @@ -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