Index: xvfs-create-synthetic ================================================================== --- xvfs-create-synthetic +++ xvfs-create-synthetic @@ -15,9 +15,12 @@ } ::xvfs::processFile $fsName "" "foo" { type file fileContents "abc" } - return [list "" "foo"] + ::xvfs::processFile $fsName "./xvfs-create-synthetic" "xvfs-create-synthetic" { + type file + } + return [list "" "foo" "xvfs-create-synthetic"] } ::xvfs::run --directory [pwd] --name synthetic