search for: ftestmore

Displaying 1 result from an estimated 1 matches for "ftestmore".

Did you mean: testmore
2007 Dec 07
0
regression tests for unlink and wildcards fail - Solaris 10 SPARC / Sun Studio 12 (PR#10501)
...k" pass with a status of OK. However, the following section of "reg-tests-1.R" fails when I attempt to test after a build of either 2.6.0 or 2.6.1: ## regression tests for unlink and wildcards owd <- setwd(tempdir()) f <- c("ftest1", "ftest2", "ftestmore", "ftest&more") file.create(f) stopifnot(file.exists(f)) unlink("ftest?") stopifnot(file.exists(f) == c(FALSE, FALSE, TRUE, TRUE)) unlink("ftest*", recursive = TRUE) stopifnot(!file.exists(f)) stopifnot(unlink("no_such_file") == 0) # n...