File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
2- name = " patchy"
2+ name = " patchy-bin "
33version = " 1.3.0"
44edition = " 2024"
55license = " MIT"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ fn test_helix_remove_tab() {
5555 & [ "helix-remove-tab" ] ,
5656 ) ;
5757
58- Command :: cargo_bin ( env ! ( "CARGO_PKG_NAME" ) )
58+ Command :: cargo_bin ( "patchy" )
5959 . unwrap ( )
6060 . args ( [ "run" , "--yes" ] )
6161 . current_dir ( tmp. as_ref ( ) )
@@ -81,7 +81,7 @@ fn test_conflicting_patches() {
8181 ] ,
8282 ) ;
8383
84- std:: process:: Command :: cargo_bin ( env ! ( "CARGO_PKG_NAME" ) )
84+ std:: process:: Command :: cargo_bin ( "patchy" )
8585 . unwrap ( )
8686 . args ( [ "run" , "--yes" ] )
8787 . current_dir ( tmp. path ( ) )
@@ -109,7 +109,7 @@ fn test_sequential_patches() {
109109 ] ,
110110 ) ;
111111
112- std:: process:: Command :: cargo_bin ( env ! ( "CARGO_PKG_NAME" ) )
112+ std:: process:: Command :: cargo_bin ( "patchy" )
113113 . unwrap ( )
114114 . args ( [ "run" , "--yes" ] )
115115 . current_dir ( tmp. path ( ) )
@@ -137,7 +137,7 @@ fn test_nonexistent_patch() {
137137 & [ "foo" ] ,
138138 ) ;
139139
140- std:: process:: Command :: cargo_bin ( env ! ( "CARGO_PKG_NAME" ) )
140+ std:: process:: Command :: cargo_bin ( "patchy" )
141141 . unwrap ( )
142142 . args ( [ "run" , "--yes" ] )
143143 . current_dir ( tmp. path ( ) )
You can’t perform that action at this time.
0 commit comments