aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sos.test
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sos.test')
-rw-r--r--testsuite/sos.test/batchmode.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/sos.test/batchmode.exp b/testsuite/sos.test/batchmode.exp
new file mode 100644
index 00000000..ca0b11f3
--- /dev/null
+++ b/testsuite/sos.test/batchmode.exp
@@ -0,0 +1,6 @@
+set test "BATCHMODE"
+spawn /usr/sbin/sosreport --batch
+set timeout 15
+expect {
+ -re "^.*send this file to your support representative." { pass $test }
+}