From b3c3529d24249d1e68d7678a1d0337686be48940 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Tue, 15 Apr 2025 10:36:50 +0200 Subject: [PATCH] util/build-gnu.sh: Accept hex float as sleep parameter Not that crazy anymore, fixed by #7675. --- util/build-gnu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 06b89fe84..758c88902 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -264,9 +264,6 @@ sed -i -e "s/provoked error./provoked error\ncat pat |sort -u > pat/" tests/misc # Update the GNU error message to match ours sed -i -e "s/link-to-dir: hard link not allowed for directory/failed to create hard link 'link-to-dir' =>/" -e "s|link-to-dir/: hard link not allowed for directory|failed to create hard link 'link-to-dir/' =>|" tests/ln/hard-to-sym.sh -# 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 - # install verbose messages shows ginstall as command sed -i -e "s/ginstall: creating directory/install: creating directory/g" tests/install/basic-1.sh