mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fix regression test rhbz503169c10.sh.
'll' command has changed semantics very slightly
(see commit 6727e7c8bd).
We need to fix this test so it doesn't try to run
the ll command without a mounted disk.
This commit is contained in:
@@ -26,6 +26,9 @@ dd if=/dev/zero of=test1.img bs=1024k count=10
|
||||
|
||||
../fish/guestfish -a test1.img <<EOF
|
||||
launch
|
||||
sfdisk /dev/sda 0 0 0 ,
|
||||
mkfs ext2 /dev/sda1
|
||||
mount /dev/sda1 /
|
||||
ll /../dev/console
|
||||
ll /../dev/full
|
||||
ll /../dev/mapper/
|
||||
|
||||
Reference in New Issue
Block a user