Commit 0b379b6
committed
fix: Windows E2E — double-quote git paths, enable fresh-sandbox, untag test 27
- cli.cppm: wrap git clone commands in #if _WIN32 guards to use double
quotes instead of single quotes (cmd.exe doesn't understand POSIX
single-quoting)
- run_all.sh: add fresh-sandbox to CAPS on MINGW/MSYS/CYGWIN so tests
02, 24, and 32 run on Windows
- 27_self_contained_home.sh: drop 'elf' from requires tag — the test
only exercises filesystem layout and env-var resolution via
GetModuleFileNameA (already ported), no ELF-specific behaviour1 parent 29b8da6 commit 0b379b6
3 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1959 | 1959 | | |
1960 | 1960 | | |
1961 | 1961 | | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
1962 | 1967 | | |
1963 | 1968 | | |
1964 | 1969 | | |
| 1970 | + | |
1965 | 1971 | | |
1966 | 1972 | | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
1967 | 1979 | | |
1968 | 1980 | | |
1969 | 1981 | | |
1970 | 1982 | | |
| 1983 | + | |
1971 | 1984 | | |
1972 | 1985 | | |
1973 | 1986 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments