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:
parent
cd2643f8be
commit
a808ca914f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user