Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWorkingDirectoryRelativeSymlink (1.49 sec)

  1. src/os/os_windows_test.go

    	}
    }
    
    // TestWorkingDirectoryRelativeSymlink verifies that symlinks to paths relative
    // to the current working directory for the drive, such as "C:File.txt", are
    // correctly converted to absolute links of the correct symlink type (per
    // https://docs.microsoft.com/en-us/windows/win32/fileio/creating-symbolic-links).
    func TestWorkingDirectoryRelativeSymlink(t *testing.T) {
    	testenv.MustHaveSymlink(t)
    
    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