mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +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]
|
#[test]
|
||||||
|
#[cfg(feature = "true")]
|
||||||
fn util_completion() {
|
fn util_completion() {
|
||||||
use std::{
|
use std::{
|
||||||
io::Write,
|
io::Write,
|
||||||
|
@ -222,6 +223,7 @@ fn util_completion() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(feature = "true")]
|
||||||
fn util_manpage() {
|
fn util_manpage() {
|
||||||
use std::{
|
use std::{
|
||||||
io::Write,
|
io::Write,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue