Skip to content

Commit b3c3529

Browse files
committed
util/build-gnu.sh: Accept hex float as sleep parameter
Not that crazy anymore, fixed by #7675.
1 parent 148b341 commit b3c3529

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

util/build-gnu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ sed -i -e "s/provoked error./provoked error\ncat pat |sort -u > pat/" tests/misc
264264
# Update the GNU error message to match ours
265265
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
266266

267-
# GNU sleep accepts some crazy string, not sure we should match this behavior
268-
sed -i -e "s/timeout 10 sleep 0x.002p1/#timeout 10 sleep 0x.002p1/" tests/misc/sleep.sh
269-
270267
# install verbose messages shows ginstall as command
271268
sed -i -e "s/ginstall: creating directory/install: creating directory/g" tests/install/basic-1.sh
272269

0 commit comments

Comments
 (0)