X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-add-domain.sh;h=6154a7589cc97f621b8b9059f64dbec629661243;hb=c09db4e834ab0efb93588d0427aba110a1f234e8;hp=ea6d3883804599aff2c42b34084e2c3bc4a360f7;hpb=f1041e912b72116d66274d2f15e50ce34a9531fd;p=libguestfs.git diff --git a/regressions/test-add-domain.sh b/regressions/test-add-domain.sh index ea6d388..6154a75 100755 --- a/regressions/test-add-domain.sh +++ b/regressions/test-add-domain.sh @@ -14,17 +14,17 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Test add-domain command. set -e -rm -f test1.img test2.img test3.img test.xml test.out +rm -f test1.img test2.img test3.img test4.img test.xml test.out cwd="$(pwd)" -truncate -s 1M test1.img test2.img test3.img +truncate -s 1M test1.img test2.img test3.img test4.img # Libvirt test XML, see libvirt.git/examples/xml/test/testnode.xml cat > test.xml < test.xml < + + + + + + @@ -65,6 +71,16 @@ grep -sq "test1.img.*snapshot=on" test.out grep -sq "test2.img.*snapshot=on.*format=raw" test.out grep -sq "test3.img.*snapshot=on.*format=qcow2" test.out +# Test readonlydisk = "ignore". +../fish/guestfish >test.out <