1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #3700 from cakebaker/comm_enable_output_delimiter_test

comm: enable "output_delimiter" test
This commit is contained in:
Sylvestre Ledru 2022-07-08 18:41:51 +02:00 committed by GitHub
commit 392ae87a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ fn empty_empty() {
.stdout_only_fixture("emptyempty.expected"); // spell-checker:disable-line .stdout_only_fixture("emptyempty.expected"); // spell-checker:disable-line
} }
#[cfg_attr(not(feature = "test_unimplemented"), ignore)]
#[test] #[test]
fn output_delimiter() { fn output_delimiter() {
new_ucmd!() new_ucmd!()