aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sos.test/plugin_install.exp
blob: 265724b224a5cf4870bbee587f826cf06e964ddf (plain) (blame)
1
2
3
4
5
6
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 }
}