aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-03-31 19:43:41 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-03-31 19:43:41 +0000
commit2ec604e72be5cc67867ba192666b31da9ac2d571 (patch)
tree7160cd789f249621ac521a94b205a10404d8ef9b /testsuite
parent706105a0d834e474a0629ff81b79e6d61db59640 (diff)
downloadsos-2ec604e72be5cc67867ba192666b31da9ac2d571.tar.gz
plugin install test
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@907 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/sos.test/plugin_install.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/sos.test/plugin_install.exp b/testsuite/sos.test/plugin_install.exp
new file mode 100644
index 00000000..265724b2
--- /dev/null
+++ b/testsuite/sos.test/plugin_install.exp
@@ -0,0 +1,7 @@
+# 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 }
+}