This commit is contained in:
Sylvestre Ledru
2024-01-26 20:34:00 +01:00
parent 8c08862e85
commit 8352da0527
8 changed files with 0 additions and 112 deletions

View File

@@ -1,12 +0,0 @@
// This file is part of the uutils util-linux package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore (words) symdir somefakedir
use crate::common::util::{TestScenario, UCommand};
#[test]
fn test_invalid_arg() {
new_ucmd!().arg("--definitely-invalid").fails().code_is(1);
}

View File

@@ -12,7 +12,3 @@ mod test_lscpu;
#[cfg(feature = "mountpoint")]
#[path = "by-util/test_mountpoint.rs"]
mod test_mountpoint;
#[cfg(feature = "renice")]
#[path = "by-util/test_renice.rs"]
mod test_renice;