Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAbsPathExec (0.17 sec)

  1. src/os/exec/exec_test.go

    	go func() {
    		out, err := cmd.CombinedOutput()
    		t.Logf("%v: %v\n%s", cmd, err, out)
    		close(done)
    	}()
    
    	t.Logf("running in background: %v", cmd)
    	<-done
    }
    
    func TestAbsPathExec(t *testing.T) {
    	testenv.MustHaveExec(t)
    	testenv.MustHaveGoBuild(t) // must have GOROOT/bin/gofmt, but close enough
    
    	// A simple exec of a full path should work.
    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