Skip to content

Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd

Mattias Ellert requested to merge ellert/cmake:hurd-sleep into master

Previously RunCMake.CTestTimeout failed on GNU/Hurd because the sleep command does not set errno to EINTR when interrupted by a signal, which is a Linux-specific feature.

With the proposed change the test succeeds.

Backport: release
Topic-rename: test-gnu-hurd-sleep

Edited by Brad King

Merge request reports