Skip to content

Commit a6b5b77

Browse files
committed
fix test on Windows
1 parent 0561f86 commit a6b5b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suite-pm-pre-post.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
(def binpath (path/join (dyn *syspath*) "bin"))
8282
(def janet-pm (path/join binpath (string "janet-pm")))
8383
(assert (sh/exists? janet-pm))
84-
(dump-out (sh/exec-slurp-all janet-pm "show-config"))
84+
(dump-out (sh/exec-slurp-all (string janet-pm bat) "show-config"))
8585
(assert (= 1 (length (string/find-all "put root-env :install-time-syspath" (slurp janet-pm)))))
8686

8787
# check sub commands work, even without defining pre-/post-

0 commit comments

Comments
 (0)