mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests: fix multi-call test precondition
This bug was introduced in de37baaf83.
This commit is contained in:
@@ -194,6 +194,7 @@ fn util_invalid_name_invalid_command() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "true")]
|
||||
fn util_completion() {
|
||||
use std::{
|
||||
io::Write,
|
||||
@@ -222,6 +223,7 @@ fn util_completion() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "true")]
|
||||
fn util_manpage() {
|
||||
use std::{
|
||||
io::Write,
|
||||
|
||||
Reference in New Issue
Block a user