From 9b78016ac5ef019ca19557c5967484aebb9d6ba4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 23 Dec 2023 23:03:13 +0100 Subject: [PATCH] runcon: remove trailing '.' Upstream doesn't have in: https://github.com/coreutils/coreutils/blob/master/tests/runcon/runcon-no-reorder.sh#L22 --- src/uu/runcon/src/errors.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/runcon/src/errors.rs b/src/uu/runcon/src/errors.rs index 382ab3bed..b2bfcad95 100644 --- a/src/uu/runcon/src/errors.rs +++ b/src/uu/runcon/src/errors.rs @@ -87,7 +87,6 @@ where err = source; write!(writer, ": {err}")?; } - write!(writer, ".")?; Ok(()) }