File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -921,8 +921,8 @@ fn publish_with_no_default_features() {
921
921
922
922
p. cargo ( "publish --no-default-features" )
923
923
. replace_crates_io ( registry. index_url ( ) )
924
- . with_stderr_contains ( "error: This crate requires `required` feature!" )
925
924
. with_status ( 101 )
925
+ . with_stderr_contains ( "error: This crate requires `required` feature!" )
926
926
. run ( ) ;
927
927
}
928
928
@@ -964,8 +964,8 @@ fn publish_with_patch() {
964
964
// Check that verify fails with patched crate which has new functionality.
965
965
p. cargo ( "publish" )
966
966
. replace_crates_io ( registry. index_url ( ) )
967
- . with_stderr_contains ( "[..]newfunc[..]" )
968
967
. with_status ( 101 )
968
+ . with_stderr_contains ( "[..]newfunc[..]" )
969
969
. run ( ) ;
970
970
971
971
// Remove the usage of new functionality and try again.
You can’t perform that action at this time.
0 commit comments