Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for run_fs_modify_tests (0.19 sec)

  1. src/path/filepath/path_windows_test.go

    		}
    		if string(out) != expectedWindow10 {
    			return fmt.Errorf("%v command failed: %q", cmd, string(out))
    		}
    	}
    	return nil
    }
    
    var runFSModifyTests = flag.Bool("run_fs_modify_tests", false, "run tests which modify filesystem parameters")
    
    // This test assumes registry state of NtfsDisable8dot3NameCreation is 2,
    // the default (Volume level setting).
    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