File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ let diff =
176
176
fun output ->
177
177
let actual_file = Env. path `scratch // output in
178
178
let expected_file = Env. path `expect // output in
179
- let cmd = sprintf " diff -N -u -b %s %s " expected_file actual_file in
179
+ let cmd = sprintf " diff -N -u -b %S %S " expected_file actual_file in
180
180
match Sys. command cmd with
181
181
| 0 -> ()
182
182
| 1 when ! already_failed ->
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ let validate file =
30
30
" -ashtml" ;
31
31
]
32
32
in
33
- let cmd = Printf. sprintf " tidy %s %s " options file in
33
+ let cmd = Printf. sprintf " tidy %s %S " options file in
34
34
let ((_, _, stderr) as proc ) = Unix. open_process_full cmd [||] in
35
35
36
36
let errors_and_warnings =
You can’t perform that action at this time.
0 commit comments