diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2011-12-22 12:15:06 +0000 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-22 15:48:11 +0000 |
| commit | cd077b8229731e292798f34dd56892cbfa6f1e0e (patch) | |
| tree | d7c2fb6e9d8c34b8f73152c297f243eee74dc450 /tests/md | |
| parent | c649817586e5b4df53b251d1290422f5ef046045 (diff) | |
| download | libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.gz libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.xz libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.zip | |
tests: Split images -> tests/data + tests/guests
Diffstat (limited to 'tests/md')
| -rwxr-xr-x | tests/md/test-inspect-fstab-md.sh | 4 | ||||
| -rwxr-xr-x | tests/md/test-inspect-fstab.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/md/test-inspect-fstab-md.sh b/tests/md/test-inspect-fstab-md.sh index 2a6cb6a9..1804d33e 100755 --- a/tests/md/test-inspect-fstab-md.sh +++ b/tests/md/test-inspect-fstab-md.sh @@ -35,8 +35,8 @@ guestfish=../../fish/guestfish rm -f test1.img test.fstab test.output # First, test the regular fedora image, which specifies /boot as /dev/md0 -cp ../../images/fedora-md1.img test1.img -cp ../../images/fedora-md2.img test2.img +cp ../guests/fedora-md1.img test1.img +cp ../guests/fedora-md2.img test2.img $guestfish -i test[12].img <<'EOF' | sort > test.output exists /boot/grub/grub.conf diff --git a/tests/md/test-inspect-fstab.sh b/tests/md/test-inspect-fstab.sh index 72a11fad..576ce031 100755 --- a/tests/md/test-inspect-fstab.sh +++ b/tests/md/test-inspect-fstab.sh @@ -28,7 +28,7 @@ rm -f test1.img test.fstab test.output # Start with the regular (good) fedora image, modify /etc/fstab # and then inspect it. -cp ../../images/fedora.img test1.img +cp ../guests/fedora.img test1.img cat <<'EOF' > test.fstab /dev/VG/Root / ext2 default 0 0 |
