Skip to content

Commit

Permalink
Try fixing windows build (too long filename?)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 4, 2020
1 parent 59f95aa commit 620a1f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/tests/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fn script_with_same_name_as_dependency() {

#[test]
fn script_without_main_question_mark() {
let out = rust_script!("tests/data/script-without-main-question-mark.rs").unwrap();
let out = rust_script!("tests/data/question-mark").unwrap();
assert_eq!(
out.stderr,
"Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\n"
Expand Down

0 comments on commit 620a1f2

Please sign in to comment.