File tree Expand file tree Collapse file tree 15 files changed +0
-36
lines changed
Expand file tree Collapse file tree 15 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ use pretty_assertions::assert_eq;
77use regex:: Regex ;
88
99use uutests:: new_ucmd;
10- use uutests:: util:: TestScenario ;
11- use uutests:: util_name;
1210
1311// TODO: make tests combineable (e.g. test --total --human)
1412
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ use std::{
1212#[ cfg( target_os = "linux" ) ]
1313use regex:: Regex ;
1414use uutests:: new_ucmd;
15- use uutests:: util:: TestScenario ;
16- use uutests:: util_name;
1715
1816#[ cfg( target_os = "linux" ) ]
1917const SINGLE_PID : & str = "^[1-9][0-9]*" ;
Original file line number Diff line number Diff line change 44// file that was distributed with this source code.
55
66use uutests:: new_ucmd;
7- use uutests:: util:: TestScenario ;
8- use uutests:: util_name;
97
108#[ test]
119fn test_no_args ( ) {
Original file line number Diff line number Diff line change 44// file that was distributed with this source code.
55
66use uutests:: new_ucmd;
7- use uutests:: util:: TestScenario ;
8- use uutests:: util_name;
97
108#[ test]
119fn test_invalid_arg ( ) {
Original file line number Diff line number Diff line change 55
66#[ cfg( unix) ]
77use uutests:: new_ucmd;
8- #[ cfg( unix) ]
9- use uutests:: util:: TestScenario ;
10- #[ cfg( unix) ]
11- use uutests:: util_name;
128
139#[ cfg( unix) ]
1410#[ test]
Original file line number Diff line number Diff line change 44// file that was distributed with this source code.
55
66use uutests:: new_ucmd;
7- use uutests:: util:: TestScenario ;
8- use uutests:: util_name;
97
108#[ test]
119#[ cfg( target_os = "linux" ) ]
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ use std::process;
88use regex:: Regex ;
99
1010use uutests:: new_ucmd;
11- use uutests:: util:: TestScenario ;
12- use uutests:: util_name;
1311
1412#[ test]
1513fn test_no_args ( ) {
Original file line number Diff line number Diff line change 44// file that was distributed with this source code.
55
66use uutests:: new_ucmd;
7- use uutests:: util:: TestScenario ;
8- use uutests:: util_name;
97
108#[ test]
119fn test_no_args ( ) {
Original file line number Diff line number Diff line change 44// file that was distributed with this source code.
55
66use uutests:: new_ucmd;
7- use uutests:: util:: TestScenario ;
8- use uutests:: util_name;
97
108#[ test]
119fn test_no_args ( ) {
Original file line number Diff line number Diff line change 44// file that was distributed with this source code.
55
66use uutests:: new_ucmd;
7- use uutests:: util:: TestScenario ;
8- use uutests:: util_name;
97
108#[ test]
119fn test_invalid_arg ( ) {
@@ -16,8 +14,6 @@ fn test_invalid_arg() {
1614mod linux {
1715
1816 use uutests:: new_ucmd;
19- use uutests:: util:: TestScenario ;
20- use uutests:: util_name;
2117
2218 #[ test]
2319 fn test_get_simple ( ) {
@@ -75,8 +71,6 @@ mod linux {
7571mod non_linux {
7672
7773 use uutests:: new_ucmd;
78- use uutests:: util:: TestScenario ;
79- use uutests:: util_name;
8074
8175 #[ test]
8276 fn test_fails_on_unsupported_platforms ( ) {
You can’t perform that action at this time.
0 commit comments