fn default_test_file()

in src/lib.rs [283:289]


    fn default_test_file() -> &'static Path {
        if cfg!(not(target_os = "windows")) {
            Path::new("/bin/ls")
        } else {
            Path::new("c:/windows/system32/winver.exe")
        }
    }