From f2aadddae0d01fa5a676404e49c6c36825b40512 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 11 Jan 2010 22:14:36 -0500 Subject: [PATCH] Add some additional test cases. --- testsuite/systemtap.server/client_args.exp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/testsuite/systemtap.server/client_args.exp b/testsuite/systemtap.server/client_args.exp index 1ba1e9008..348f8cea0 100644 --- a/testsuite/systemtap.server/client_args.exp +++ b/testsuite/systemtap.server/client_args.exp @@ -88,6 +88,7 @@ set valid_options [list \ "--client-options -r [exec uname -r]" \ "--client-options -a i386 -B X=Y -D X=Y -I /tmp -m test -R /tmp -r [exec uname -r]" \ "--unprivileged --client-options" \ + "--client-options --unprivileged" \ "--unprivileged -a i386 --client-options" \ "--unprivileged -B X=Y --client-options" \ "--unprivileged -D X=Y --client-options" \ @@ -96,6 +97,22 @@ set valid_options [list \ "--unprivileged -R /tmp --client-options" \ "--unprivileged -r [exec uname -r] --client-options" \ "--unprivileged -a i386 -B X=Y -D X=Y -I /tmp -m test -R /tmp -r [exec uname -r] --client-options" \ + "-a i386 --unprivileged --client-options" \ + "-B X=Y --unprivileged --client-options" \ + "-D X=Y --unprivileged --client-options" \ + "-I /tmp --unprivileged --client-options" \ + "-m test --unprivileged --client-options" \ + "-R /tmp --unprivileged --client-options" \ + "-r [exec uname -r] --unprivileged --client-options" \ + "-a i386 -B X=Y -D X=Y -I /tmp -m test -R /tmp -r [exec uname -r] --unprivileged --client-options" \ + "-a i386 --client-options --unprivileged" \ + "-B X=Y --client-options --unprivileged" \ + "-D X=Y --client-options --unprivileged" \ + "-I /tmp --client-options --unprivileged" \ + "-m test --client-options --unprivileged" \ + "-R /tmp --client-options --unprivileged" \ + "-r [exec uname -r] --client-options --unprivileged" \ + "-a i386 -B X=Y -D X=Y -I /tmp -m test -R /tmp -r [exec uname -r] --client-options --unprivileged" \ ] set ::result_string "$no_error_result" -- 2.43.5