Commit 39bae68
committed
🤖 Fix SSHRuntime.resolvePath() to work with BusyBox
Use simple bash echo to expand tildes instead of readlink -m, which is not
available in BusyBox (used in SSH Docker test container).
The command `bash -c 'p=$path; echo $p'` lets bash expand ~ naturally
without requiring GNU coreutils or python3.
This fixes runtimeFileEditing integration tests that were failing with:
readlink: unrecognized option: m
All tests now pass (8/8 in runtimeFileEditing).
Generated with `cmux`1 parent 8aa211e commit 39bae68
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments