From 05beac65e58ef20899c7a50888a2854c07f83db9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 4 Sep 2012 14:02:58 +0100 Subject: rescue: Add an expect-driven test for the virt-rescue command. This command was not tested at all. As a result we didn't notice that it was broken for a long time (RHBZ#853159). This adds a test that drives the command through a pty. It uses the perl 'Expect' module, although this is not required. --- po/POTFILES | 1 + 1 file changed, 1 insertion(+) (limited to 'po') diff --git a/po/POTFILES b/po/POTFILES index 8fcdafc7..129c80f9 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -207,6 +207,7 @@ perl/lib/Sys/Guestfs/Lib.pm php/extension/guestfs_php.c python/guestfs-py-byhand.c python/guestfs-py.c +rescue/test-virt-rescue.pl rescue/virt-rescue.c resize/progress-c.c ruby/ext/guestfs/_guestfs.c -- cgit