From 987ce8751ffd774b15733cc8402d66934b573aae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gabriel=20F=C3=A9ron?= Date: Tue, 29 May 2018 11:38:27 +0200 Subject: [PATCH] Fix test to work on Windows --- tests/testsuite/package.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testsuite/package.rs b/tests/testsuite/package.rs index fde31b76c..01b7f1a37 100644 --- a/tests/testsuite/package.rs +++ b/tests/testsuite/package.rs @@ -1449,7 +1449,7 @@ error: failed to verify package tarball Caused by: Source directory was modified by build.rs during cargo publish. \ -Build scripts should not modify anything outside of OUT_DIR. Modified file: [..]src/generated.txt +Build scripts should not modify anything outside of OUT_DIR. Modified file: [..]src[/]generated.txt To proceed despite this, pass the `--no-verify` flag.", ), -- 2.30.2