mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
tests: fix multi-call test precondition
This bug was introduced in de37baaf83
.
This commit is contained in:
parent
65b25c7a27
commit
d5b79329ad
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