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 dbaeb78 commit 241d062Copy full SHA for 241d062
tests/acceptance/merged_platform.rs
@@ -63,7 +63,7 @@ copy %%EVENTS_FILE%% events.json
63
} else if #[cfg(unix)] {
64
// copy the tempfile (path in EVENTS_FILE env var) to events.json
65
const EVENTS_EXECUTABLE: &str = r#"#!/bin/bash
66
-cp "$EVENTS_FILE" events.json
+/bin/cp "$EVENTS_FILE" events.json
67
"#;
68
const SCRIPT_FILENAME: &str = "write-events.sh";
69
} else {
0 commit comments