File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ fn util_name_single() {
5757
5858 let scenario = TestScenario :: new ( "sort" ) ;
5959 symlink_file ( & scenario. bin_path , scenario. fixtures . plus ( "uu-sort" ) ) . unwrap ( ) ;
60+ println ! (
61+ "DEBUG============== {:?}" ,
62+ scenario. fixtures. plus( "uu-sort" )
63+ ) ;
64+
6065 let mut child = Command :: new ( scenario. fixtures . plus ( "uu-sort" ) )
6166 . stdin ( Stdio :: piped ( ) )
6267 . stderr ( Stdio :: piped ( ) )
@@ -137,6 +142,10 @@ fn util_invalid_name_invalid_command() {
137142
138143 let scenario = TestScenario :: new ( "invalid_name" ) ;
139144 symlink_file ( & scenario. bin_path , scenario. fixtures . plus ( "invalid_name" ) ) . unwrap ( ) ;
145+ println ! (
146+ "DEBUG==============0000000000 {:?}" ,
147+ scenario. fixtures. plus( "invalid_name" )
148+ ) ;
140149 let child = Command :: new ( scenario. fixtures . plus ( "invalid_name" ) )
141150 . arg ( "definitely_invalid" )
142151 . stdin ( Stdio :: piped ( ) )
You can’t perform that action at this time.
0 commit comments