From 0be1b7c76a3c82b2c983a8af814b4747e43ec66b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 15 Jun 2022 14:33:19 +0200 Subject: [PATCH] Fix typo --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index e6879d589..636db9a52 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -201,5 +201,5 @@ sed -i -e "s/ln: 'f' and 'f' are the same file/ln: failed to link 'f' to 'f': Sa sed -i -e "s/failed to access 'no-such-dir'\":/failed to link 'no-such-dir'\"/" -e "s/link-to-dir: hard link not allowed for directory/failed to link 'link-to-dir' to/" -e "s|link-to-dir/: hard link not allowed for directory|failed to link 'link-to-dir/' to|" tests/ln/hard-to-sym.sh # sleep without arg returns 2 on our side, 1 on GNU's -# GNU sleep accepts some crazy string, not sure we should match this behavoir +# GNU sleep accepts some crazy string, not sure we should match this behavior sed -i -e "s/timeout 10 sleep 0x.002p1/#timeout 10 sleep 0x.002p1/" tests/misc/sleep.sh