File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ regex.workspace = true
20
20
21
21
[features ]
22
22
posixutils_test_all = []
23
-
24
- # This test must be run alone
25
- test_mv_sticky_to_xpart = []
23
+ requires_root = []
26
24
27
25
[[bin ]]
28
26
name = " chgrp"
Original file line number Diff line number Diff line change @@ -955,7 +955,7 @@ fn test_cp_proc_short_read() {
955
955
not( all(
956
956
target_os = "linux" ,
957
957
feature = "posixutils_test_all" ,
958
- feature = "test_mv_sticky_to_xpart "
958
+ feature = "requires_root "
959
959
) ) ,
960
960
ignore
961
961
) ]
Original file line number Diff line number Diff line change @@ -1362,7 +1362,7 @@ fn test_mv_i_link_no() {
1362
1362
not( all(
1363
1363
target_os = "linux" ,
1364
1364
feature = "posixutils_test_all" ,
1365
- feature = "test_mv_sticky_to_xpart "
1365
+ feature = "requires_root "
1366
1366
) ) ,
1367
1367
ignore
1368
1368
) ]
@@ -1396,7 +1396,7 @@ fn test_mv_sticky_to_xpart() {
1396
1396
fs:: create_dir ( other_dir) . unwrap ( ) ;
1397
1397
1398
1398
let non_root = option_env ! ( "NON_ROOT_USERNAME" ) . expect (
1399
- "`test_mv_sticky_to_xpart ` requires the \
1399
+ "`requires_root ` requires the \
1400
1400
`NON_ROOT_USERNAME` environment variable",
1401
1401
) ;
1402
1402
You can’t perform that action at this time.
0 commit comments