hbs2/hbs2-tests/integrational/migrate-simple-2.ss

15 lines
343 B
Scheme

(import ./hbs2-tests/integrational/tmux-env.ss)
(local real-root /home/dmz/w/hbs2/temp/real)
(define *nspawn-extra-args
`[ ,(nbind (join :/ real-root blocks)
/root/.local/share/hbs2/blocks)
,(nbind (join :/ real-root refs)
/root/.local/share/hbs2/refs)
])
(println *nspawn-extra-args)
(run-shell)