Skip to content

Commit

Permalink
Fix test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 29, 2024
1 parent 3409a40 commit 7f41e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/135_execute.test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EXE_CMD="dd if=${LOCAL_FILE} of=${OUTFILE}"

if [ "$CC" = "x86_64-w64-mingw32-gcc" -o "$MODE" = "windows" ]; then
# dd usually isn't available on Windows
EXE_CMD="copy work-135_execute.test\\\\somefile.txt work-135_execute.test\\\\output.txt"
EXE_CMD="copy work-135_execute.test\\\\\\\\somefile.txt work-135_execute.test\\\\\\\\output.txt"
fi

cat >$LOCAL_FILE <<EOF
Expand Down

0 comments on commit 7f41e95

Please sign in to comment.