Files
libguestfs/php/extension
Richard W.M. Jones 14fabcd88e tests: Use new guestfs_add_drive_scratch API where possible in tests.
Replaces code such as:

  fd = open "test1.img"
  ftruncate fd, size
  close fd
  g.add_drive "test1.img"

with the shorter and simpler:

  g.add_drive_scratch size
2013-07-20 16:31:42 +01:00
..
2013-03-11 16:04:17 +00:00
2013-03-11 16:04:17 +00:00