Replace system() calls for 'touch' and friends with Perl ops for same.
authorDerrik Pates <demon@now.ai>
Mon, 1 Aug 2011 16:33:27 +0000 (10:33 -0600)
committerDerrik Pates <demon@now.ai>
Mon, 1 Aug 2011 16:33:27 +0000 (10:33 -0600)
commit255544d0198e58aaef2a3ecadd34e48b71d52907
treed367988eb24cd0b9dccc59fa2f05b86e58f7ac6e
parent331d8f488b00b0d815cf369dc0bbe4011d882e83
Replace system() calls for 'touch' and friends with Perl ops for same.

If we don't need specific command functionality, we should use Perl calls
to effect the desired result. That way, we depend less on command specific
functionality, and invite less opportunity for platform-specific command
options giving us trouble.
13 files changed:
test/chmod.t
test/chown.t
test/getdir.t
test/link.t
test/mknod.t
test/open.t
test/read.t
test/rename.t
test/symlink.t
test/truncate.t
test/unlink.t
test/utime.t
test/write.t