File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 30
30
(ppx_yojson_conv (>= 0.14.0))
31
31
stdlib-random
32
32
conf-timeout
33
- conf-which
34
33
conf-diffutils
35
34
;; transitive lower versions to avoid CI errors
36
35
(ocaml-compiler-libs (>= v0.12.0))
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ depends: [
23
23
"ppx_yojson_conv" {>= "0.14.0"}
24
24
"stdlib-random"
25
25
"conf-timeout"
26
- "conf-which"
27
26
"conf-diffutils"
28
27
"ocaml-compiler-libs" {>= "v0.12.0"}
29
28
"ppx_derivers" {>= "1.2.1"}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ let rec run_all_mutation_tests test_cmd muts = match muts with
153
153
(* * Executable entry point *)
154
154
155
155
let () =
156
- if 0 <> Sys. command (" which " ^ timeout_cmd ^ " > /dev/null" )
156
+ if 0 <> Sys. command (" command -v " ^ timeout_cmd ^ " > /dev/null" )
157
157
then fail_and_exit (" Could not find time-out command: " ^ timeout_cmd)
158
158
else
159
159
let test_cmd = ref " " in
You can’t perform that action at this time.
0 commit comments