mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Merge pull request #6279 from BenWiederhake/dev-fix-multicall-test-precondition
tests: fix multi-call test precondition
This commit is contained in:
commit
7ac5595cdc
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue