aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }
+}