1
Fork 0
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:
Daniel Hofstetter 2024-04-28 14:20:56 +02:00 committed by GitHub
commit 7ac5595cdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,