In perl 5.14 in Massachusetts, this produces this message
/home/logs/logs/109694/test-amd64-amd64-examine Bad file descriptor at ./ts-examine-logs-save line 100.
Sadly this means there is no way to tell failure apart from end of
directory. This patch should be reverted when we have a fixed version
of perl.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
logm("saving $f");
link "$stash/$f", "$td/$f" or die "$stash $td $f $!";
}
- die "$stash $!" if $!;
+ # die "$stash $!" if $!;
closedir D;
}