Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCommandRelativeName (0.42 sec)

  1. src/os/exec/exec_test.go

    	if err != nil {
    		t.Errorf("echo: %v", err)
    	}
    	if g, e := string(bs), "foo bar baz\n"; g != e {
    		t.Errorf("echo: want %q, got %q", e, g)
    	}
    }
    
    func TestCommandRelativeName(t *testing.T) {
    	t.Parallel()
    
    	cmd := helperCommand(t, "echo", "foo")
    
    	// Run our own binary as a relative path
    	// (e.g. "_test/exec.test") our parent directory.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top