comparison tests/test-schemes.t @ 20084:a3378a1b0a05

transaction: unlink target file via vfs Before this patch, unlink target file is once opened before unlinking, because "opener" before vfs migration doesn't have "unlink()" function. This patch uses "vfs.unlink()" instead of "open()" and "fp.name".
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Tue, 12 Nov 2013 16:23:52 +0900
parents b52404a914a9
children 7a9cbb315d84
comparison
equal deleted inserted replaced
20083:c69e5911888d 20084:a3378a1b0a05