1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

add an alarm to fcntl test to stop tru64 from freezing on the test

(This used to be commit 6b1ced1674)
This commit is contained in:
Andrew Tridgell 2001-05-06 12:47:32 +00:00
parent cd2643f8be
commit a808ca914f

View File

@ -44,6 +44,8 @@ int main(int argc, char *argv[])
int fd, ret, status=1;
pid_t pid;
alarm(10);
if (!(pid=fork())) {
sleep(2);
fd = open(DATA, O_RDONLY);