b5fa402 Tests: mkdir_recursive: Don't fail when top-level directory doesn't exist

1 file Authored by pviktori 10 years ago, Committed by mkosek 10 years ago,
    Tests: mkdir_recursive: Don't fail when top-level directory doesn't exist
    
    When the directory directly under root (e.g. /etc) did not exist,
    mkdir_recursive failed.
    Fix the issue.