From c4d03d9b99ee4f8c464b46c90101510681bc5c0e Mon Sep 17 00:00:00 2001 From: pcarrier Date: Sat, 27 Nov 2010 23:33:41 +0000 Subject: [tests] Replaced old expect scripts with pexpect git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1048 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- testsuite/sos.test/batchmode.exp | 6 ------ testsuite/sos.test/plugin_install.exp | 7 ------- 2 files changed, 13 deletions(-) delete mode 100644 testsuite/sos.test/batchmode.exp delete mode 100644 testsuite/sos.test/plugin_install.exp (limited to 'testsuite/sos.test') diff --git a/testsuite/sos.test/batchmode.exp b/testsuite/sos.test/batchmode.exp deleted file mode 100644 index ca0b11f3..00000000 --- a/testsuite/sos.test/batchmode.exp +++ /dev/null @@ -1,6 +0,0 @@ -set test "BATCHMODE" -spawn /usr/sbin/sosreport --batch -set timeout 15 -expect { - -re "^.*send this file to your support representative." { pass $test } -} diff --git a/testsuite/sos.test/plugin_install.exp b/testsuite/sos.test/plugin_install.exp deleted file mode 100644 index 265724b2..00000000 --- a/testsuite/sos.test/plugin_install.exp +++ /dev/null @@ -1,7 +0,0 @@ -# Tests for any plugins that do not install - -set test "plugin installs" -spawn /usr/sbin/sosreport -l -expect { - -re "plugin.*does not install, skipping" { fail $test } -} -- cgit