Fossil SCM
Fix th1-globalState-15 test under cygwin.
Commit
2060a49fe03ed9a8edc2a9365852e24da2831984ec44b0398265ccbd3ca095ba
Parent
04ddc700f241d1f…
1 file changed
+1
-1
+1
-1
| --- test/th1.test | ||
| +++ test/th1.test | ||
| @@ -1021,11 +1021,11 @@ | ||
| 1021 | 1021 | fossil test-th-eval "globalState vfs" |
| 1022 | 1022 | test th1-globalState-14 {[string length $RESULT] == 0} |
| 1023 | 1023 | |
| 1024 | 1024 | ############################################################################### |
| 1025 | 1025 | |
| 1026 | -if {$is_windows} { | |
| 1026 | +if {$is_windows || $is_cygwin} { | |
| 1027 | 1027 | set altVfs win32-longpath |
| 1028 | 1028 | } else { |
| 1029 | 1029 | set altVfs unix-dotfile |
| 1030 | 1030 | } |
| 1031 | 1031 | |
| 1032 | 1032 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -1021,11 +1021,11 @@ | |
| 1021 | fossil test-th-eval "globalState vfs" |
| 1022 | test th1-globalState-14 {[string length $RESULT] == 0} |
| 1023 | |
| 1024 | ############################################################################### |
| 1025 | |
| 1026 | if {$is_windows} { |
| 1027 | set altVfs win32-longpath |
| 1028 | } else { |
| 1029 | set altVfs unix-dotfile |
| 1030 | } |
| 1031 | |
| 1032 |
| --- test/th1.test | |
| +++ test/th1.test | |
| @@ -1021,11 +1021,11 @@ | |
| 1021 | fossil test-th-eval "globalState vfs" |
| 1022 | test th1-globalState-14 {[string length $RESULT] == 0} |
| 1023 | |
| 1024 | ############################################################################### |
| 1025 | |
| 1026 | if {$is_windows || $is_cygwin} { |
| 1027 | set altVfs win32-longpath |
| 1028 | } else { |
| 1029 | set altVfs unix-dotfile |
| 1030 | } |
| 1031 | |
| 1032 |