aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sos.test/normal_users.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sos.test/normal_users.exp')
-rw-r--r--testsuite/sos.test/normal_users.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/sos.test/normal_users.exp b/testsuite/sos.test/normal_users.exp
new file mode 100644
index 00000000..4bd8c8c8
--- /dev/null
+++ b/testsuite/sos.test/normal_users.exp
@@ -0,0 +1,5 @@
+set test "Test run as normal user"
+exec "/usr/sbin/sosreport"
+expect {
+ -re "root" { pass $test }
+}