launch: Store drive information in guestfs_h
[libguestfs.git] / regressions / test-guestfish-d.sh
index 7fc5251..b95f62d 100755 (executable)
@@ -57,7 +57,7 @@ cat > test.xml <<EOF
 EOF
 
 ../fish/guestfish -c "test://$cwd/test.xml" --ro -d guest \
-  debug-cmdline </dev/null >test.out
+  debug-drives </dev/null >test.out
 grep -sq "test1.img.*snapshot=on" test.out
 ! grep -sq "test1.img.*format" test.out
 grep -sq "test2.img.*snapshot=on.*format=raw" test.out