mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 11:36:16 +00:00
Merge branch 'main' into split-gnu-test-fail.sh
This commit is contained in:
commit
e0b000a3bc
29 changed files with 69 additions and 133 deletions
|
@ -3,7 +3,7 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
use crate::common::util::TestScenario;
|
||||
use is_terminal::IsTerminal;
|
||||
use std::io::IsTerminal;
|
||||
|
||||
#[test]
|
||||
fn test_more_no_arg() {
|
||||
|
|
|
@ -1188,7 +1188,7 @@ fn test_short_combination() {
|
|||
assert_eq!(at.read("x00"), "a");
|
||||
assert_eq!(at.read("x01"), "b");
|
||||
assert_eq!(at.read("x02"), "c");
|
||||
assert_eq!(at.file_exists("x03"), false);
|
||||
assert!(!at.file_exists("x03"));
|
||||
}
|
||||
|
||||
/// Test for the last effective suffix, ignoring all others - numeric long last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue