[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1
Richard W.M. Jones
rjones at redhat.com
Sat Jun 1 11:04:18 UTC 2013
The following commit has been merged in the experimental branch:
commit 2ea9d82a23c7b28f87e89541ba7f455cad9e950e
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Apr 25 20:09:28 2013 +0100
ruby: Fix optargs test.
diff --git a/ruby/tests/tc_060_optargs.rb b/ruby/tests/tc_060_optargs.rb
index 6556bc7..4506466 100644
--- a/ruby/tests/tc_060_optargs.rb
+++ b/ruby/tests/tc_060_optargs.rb
@@ -28,6 +28,6 @@ class TestLoad < Test::Unit::TestCase
g.add_drive("/dev/null", :readonly => 1)
g.add_drive("/dev/null", :readonly => 1, :iface => "virtio")
g.add_drive("/dev/null",
- :readonly => 1, :iface => "virtio", :format => "qcow2")
+ :readonly => 1, :iface => "virtio", :format => "raw")
end
end
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list