mirror of
https://github.com/simonask/libyaml-safer
synced 2025-02-16 12:28:30 +00:00
Hyphen in bin names like in upstream libyaml
This commit is contained in:
parent
1e8cabe9d3
commit
56e2024c8e
16 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ fn test(id: &str) {
|
|||
.join("yaml-test-suite")
|
||||
.join(id);
|
||||
|
||||
let output = Command::new(env!("CARGO_BIN_EXE_run_emitter_test_suite"))
|
||||
let output = Command::new(env!("CARGO_BIN_EXE_run-emitter-test-suite"))
|
||||
.arg(dir.join("test.event"))
|
||||
.stdin(Stdio::null())
|
||||
.output()
|
||||
|
|
|
@ -8,7 +8,7 @@ fn test(id: &str) {
|
|||
.join("yaml-test-suite")
|
||||
.join(id);
|
||||
|
||||
let output = Command::new(env!("CARGO_BIN_EXE_run_parser_test_suite"))
|
||||
let output = Command::new(env!("CARGO_BIN_EXE_run-parser-test-suite"))
|
||||
.arg(dir.join("in.yaml"))
|
||||
.stdin(Stdio::null())
|
||||
.output()
|
||||
|
|
|
@ -7,7 +7,7 @@ fn test(id: &str) {
|
|||
.join("yaml-test-suite")
|
||||
.join(id);
|
||||
|
||||
let output = Command::new(env!("CARGO_BIN_EXE_run_parser_test_suite"))
|
||||
let output = Command::new(env!("CARGO_BIN_EXE_run-parser-test-suite"))
|
||||
.arg(dir.join("in.yaml"))
|
||||
.stdin(Stdio::null())
|
||||
.output()
|
||||
|
|
Loading…
Add table
Reference in a new issue