Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/path/filepath/path_windows_test.go

    		default:
    			// unshadow cmdfile in next directory
    			err = os.Remove(filepath.Join(tmp, d, cmdfile))
    			if err != nil {
    				t.Fatalf("Remove test command failed: %v", err)
    			}
    		}
    	}
    }
    
    func TestWindowsEvalSymlinks(t *testing.T) {
    	testenv.MustHaveSymlink(t)
    
    	tmpDir := tempDirCanonical(t)
    
    	if len(tmpDir) < 3 {
    		t.Fatalf("tmpDir path %q is too short", tmpDir)
    	}
    	if tmpDir[1] != ':' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 20:38:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top