Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Merge 8.7 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | main |
| Files: | files | file ages | folders |
| SHA3-256: |
36a077b7241580b66c2a705f4520e49e |
| User & Date: | jan.nijtmans 2021-02-05 11:38:06.595 |
Context
|
2021-02-05
| ||
| 13:47 | Merge 8.7 check-in: b26052e140 user: jan.nijtmans tags: trunk, main | |
| 11:38 | Merge 8.7 check-in: 36a077b724 user: jan.nijtmans tags: trunk, main | |
| 11:36 | Merge 8.6 check-in: aabb14f612 user: jan.nijtmans tags: core-8-branch | |
|
2021-02-04
| ||
| 13:15 | Merge 8.7 check-in: b2dd30d2d8 user: jan.nijtmans tags: trunk, main | |
Changes
Changes to tests/fileName.test.
| ︙ | ︙ | |||
1059 1060 1061 1062 1063 1064 1065 |
} -result {"-directory" cannot be used with "-path"}
test filename-11.45 {Tcl_GlobCmd on root volume} -setup {
set res1 ""
set res2 ""
set tmpd [pwd]
} -body {
catch {
| | | | 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 |
} -result {"-directory" cannot be used with "-path"}
test filename-11.45 {Tcl_GlobCmd on root volume} -setup {
set res1 ""
set res2 ""
set tmpd [pwd]
} -body {
catch {
set res1 [glob -dir [lindex [file volumes] end-1] -tails *]
}
catch {
cd [lindex [file volumes] end-1]
set res2 [glob *]
}
list $res1 $res2
} -cleanup {
cd $tmpd
} -match compareWords -result equal
test filename-11.46 {Tcl_GlobCmd} -returnCodes error -body {
|
| ︙ | ︙ |