We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0561f86 commit a6b5b77Copy full SHA for a6b5b77
test/suite-pm-pre-post.janet
@@ -81,7 +81,7 @@
81
(def binpath (path/join (dyn *syspath*) "bin"))
82
(def janet-pm (path/join binpath (string "janet-pm")))
83
(assert (sh/exists? janet-pm))
84
- (dump-out (sh/exec-slurp-all janet-pm "show-config"))
+ (dump-out (sh/exec-slurp-all (string janet-pm bat) "show-config"))
85
(assert (= 1 (length (string/find-all "put root-env :install-time-syspath" (slurp janet-pm)))))
86
87
# check sub commands work, even without defining pre-/post-
0 commit comments