Skip to content

Commit 241d062

Browse files
committed
need full path here
1 parent dbaeb78 commit 241d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/merged_platform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ copy %%EVENTS_FILE%% events.json
6363
} else if #[cfg(unix)] {
6464
// copy the tempfile (path in EVENTS_FILE env var) to events.json
6565
const EVENTS_EXECUTABLE: &str = r#"#!/bin/bash
66-
cp "$EVENTS_FILE" events.json
66+
/bin/cp "$EVENTS_FILE" events.json
6767
"#;
6868
const SCRIPT_FILENAME: &str = "write-events.sh";
6969
} else {

0 commit comments

Comments
 (0)