Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNetworkSymbolicLink (0.28 sec)

  1. src/os/os_windows_test.go

    	if err != nil {
    		return
    	}
    	if state.CurrentState != windows.SERVICE_RUNNING {
    		t.Skip("Requires the Windows service Workstation, but it is detected that it is not enabled.")
    	}
    }
    
    func TestNetworkSymbolicLink(t *testing.T) {
    	testenv.MustHaveSymlink(t)
    
    	const _NERR_ServerNotStarted = syscall.Errno(2114)
    
    	dir := t.TempDir()
    	chdir(t, dir)
    
    	pid := os.Getpid()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top