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 264e950 commit 3cdf7d7Copy full SHA for 3cdf7d7
test/babashka/process_exec_test.clj
@@ -159,9 +159,7 @@
159
(deftest pre-start-fn-test
160
;; shows that pre-start-fn is active and that executable is resolved
161
(when-let [bb (u/find-bb)]
162
- (is (= {:out (u/ols (format "Pre-start-fn output {:cmd [%s %s :out foobar]}\nfoobar\n"
163
- (-> bb fs/which fs/absolutize fs/normalize)
164
- u/wd))
+ (is (= {:out (u/ols (format "Pre-start-fn output {:cmd [%s %s :out foobar]}\nfoobar\n" (fs/which bb) u/wd))
165
:err ""
166
:exit 0 }
167
;; runner will always used a canned pre-start-fn, this should excercise the feature
0 commit comments