1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-15 07:47:40 +00:00

Fix test-install after removing cook.

This commit is contained in:
Calvin Rose
2019-08-28 21:05:34 -05:00
parent 58ffb9d7a5
commit 05695a35c7
3 changed files with 10 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
(import build/testmod :as testmod)
(if (not= 5 (testmod/get5)) (error "testmod/get5 failed"))
(import cook)
(with-dyns [:modpath (os/cwd)]
(cook/install-git "https://github.com/janet-lang/json.git"))