From 13c90ed44a968eeeedff0a04efae4e46c0222386 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 12 Aug 2024 14:51:45 +0200 Subject: [PATCH] mv: adjust the error message to make 'tests/mv/mv-exchange.sh' pass --- util/build-gnu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 7631cf1521..be29e0475c 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -366,3 +366,5 @@ sed -i 's/44;37/37;44/' tests/ls/multihardlink.sh # do that. So, it's okay to ignore the zero. sed -i "s/color_code='0;31;42'/color_code='31;42'/" tests/ls/color-clear-to-eol.sh +# Slightly different error message +sed -i 's/not supported/unexpected argument/' tests/mv/mv-exchange.sh