a bit stricter; 'type' is now a required keyword, in keeping
with the expectations of mtree(8).
SVN-Revision: 80
"dir type=dir\n"
" file\\040with\\040space type=file uid=18\n"
" ..\n"
- "file\\04with\\040space\n"
+ "file\\04with\\040space type=file\n"
"dir2 type=dir\n"
" dir3a type=dir\n"
- " indir3a\n"
+ " indir3a type=file\n"
"dir2/fullindir2 type=file mode=0777\n"
" ..\n"
- " indir2\n"
+ " indir2 type=file\n"
" dir3b type=dir\n"
- " indir3b\n"
+ " indir3b type=file\n"
" ..\n"
" ..\n"
- "notindir\n"
+ "notindir type=file\n"
"dir2/fullindir2 mode=0644\n"
};