Skip to content

Commit 42de518

Browse files
committed
fixed exec test
1 parent 64bee85 commit 42de518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/exec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ func TestExec_MissingDoubleDash(t *testing.T) {
354354
defer ts.Close()
355355

356356
// "proj" + "env" without "--" → ArgsLenAtDash returns -1 → error.
357-
err := runExec(t, serverAddr(ts), exportFixturePath("ed25519"), "proj", "env")
357+
err := runExec(t, serverAddr(ts), exportFixturePath("ed25519"), "exec", "proj", "env")
358358
if err == nil {
359359
t.Fatal("expected error for missing -- separator")
360360
}

0 commit comments

Comments
 (0)