Commit e4029c5201ba86edd355266ea0a566995490dc1b

nulltoken 2011-02-28T12:33:47

Added copydir_recurs() to test_helpers.c Test helper function which recursively copies the content of a directory. This function has been tweaked to prevent stack overflows by reusing the same path buffers on all recursive calls.