sodero / InstallerLG

A reimplementation of the LISP-like 'Installer' scripting language.
Other
16 stars 4 forks source link

Requester in test case #49

Closed polluks closed 4 years ago

polluks commented 4 years ago

The system is looking for a volume called _md_: https://github.com/sodero/InstallerLG/blob/600085b6984af015aa1a8a5a327e8efea64dbf08/test/test.makedir#L2

sodero commented 4 years ago

We could add a (makeassign "_md_" "t:") or something before (makedir) and then remove it afterwards with just (makeassign "_md_") after (if I remember correctly).

polluks commented 4 years ago

Okay, I did assign _md_: "" and everything was deleted =D

sodero commented 4 years ago

I updated the test to make it work both on Amigoids and others.