pwdx is part of procps - moved https://github.com/uutils/procps
This commit is contained in:
@@ -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);
|
||||
}
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user