@@ -257,9 +257,7 @@ fn simple_tree_with_some_hardlinks() {
257257 . output ( )
258258 . expect ( "spawn command" )
259259 . pipe ( stdout_text) ;
260-
261260 eprintln ! ( "STDOUT:\n {visualization}" ) ;
262-
263261 let actual_hardlinks_summary = visualization
264262 . lines ( )
265263 . skip_while ( |line| !line. starts_with ( "Hardlinks detected!" ) )
@@ -407,9 +405,7 @@ fn multiple_hardlinks_to_a_single_file() {
407405 . output ( )
408406 . expect ( "spawn command" )
409407 . pipe ( stdout_text) ;
410-
411408 eprintln ! ( "STDOUT:\n {visualization}" ) ;
412-
413409 let actual_hardlinks_summary = visualization
414410 . lines ( )
415411 . skip_while ( |line| !line. starts_with ( "Hardlinks detected!" ) )
@@ -808,9 +804,7 @@ fn hardlinks_and_non_hardlinks() {
808804 . output ( )
809805 . expect ( "spawn command" )
810806 . pipe ( stdout_text) ;
811-
812807 eprintln ! ( "STDOUT:\n {visualization}" ) ;
813-
814808 let actual_hardlinks_summary = visualization
815809 . lines ( )
816810 . skip_while ( |line| !line. starts_with ( "Hardlinks detected!" ) )
@@ -956,9 +950,7 @@ fn exclusive_hardlinks_only() {
956950 . output ( )
957951 . expect ( "spawn command" )
958952 . pipe ( stdout_text) ;
959-
960953 eprintln ! ( "STDOUT:\n {visualization}" ) ;
961-
962954 let actual_hardlinks_summary = visualization
963955 . lines ( )
964956 . skip_while ( |line| !line. starts_with ( "Hardlinks detected!" ) )
@@ -1101,9 +1093,7 @@ fn exclusive_only_and_external_only_hardlinks() {
11011093 . output ( )
11021094 . expect ( "spawn command" )
11031095 . pipe ( stdout_text) ;
1104-
11051096 eprintln ! ( "STDOUT:\n {visualization}" ) ;
1106-
11071097 let actual_hardlinks_summary = visualization
11081098 . lines ( )
11091099 . skip_while ( |line| !line. starts_with ( "Hardlinks detected!" ) )
@@ -1249,9 +1239,7 @@ fn external_hardlinks_only() {
12491239 . output ( )
12501240 . expect ( "spawn command" )
12511241 . pipe ( stdout_text) ;
1252-
12531242 eprintln ! ( "STDOUT:\n {visualization}" ) ;
1254-
12551243 let actual_hardlinks_summary = visualization
12561244 . lines ( )
12571245 . skip_while ( |line| !line. starts_with ( "Hardlinks detected!" ) )
0 commit comments