pwdx is part of procps - moved https://github.com/uutils/procps

This commit is contained in:
Sylvestre Ledru
2024-01-26 20:22:10 +01:00
parent 3229e5046f
commit 8349d5cf6a
8 changed files with 0 additions and 106 deletions

View File

@@ -1,14 +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 std::path::PathBuf;
use crate::common::util::{TestScenario, UCommand};
#[test]
fn test_invalid_arg() {
new_ucmd!().arg("--definitely-invalid").fails().code_is(1);
}

View File

@@ -9,10 +9,6 @@ mod common;
#[path = "by-util/test_lscpu.rs"]
mod test_lscpu;
#[cfg(feature = "pwdx")]
#[path = "by-util/test_pwdx.rs"]
mod test_pwdx;
#[cfg(feature = "mountpoint")]
#[path = "by-util/test_mountpoint.rs"]
mod test_mountpoint;