diff options
author | Dave Brolley <brolley@redhat.com> | 2010-01-11 22:14:36 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2010-01-11 22:14:36 -0500 |
commit | f2aadddae0d01fa5a676404e49c6c36825b40512 (patch) | |
tree | 97d087b4f550d7211b9f9510f48d1a110fe3b356 | |
parent | 5f03ebf5b2acccb652c9135627184479bc8d7d47 (diff) | |
download | systemtap-steved-f2aadddae0d01fa5a676404e49c6c36825b40512.tar.gz systemtap-steved-f2aadddae0d01fa5a676404e49c6c36825b40512.tar.xz systemtap-steved-f2aadddae0d01fa5a676404e49c6c36825b40512.zip |
Add some additional test cases.
-rw-r--r-- | testsuite/systemtap.server/client_args.exp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/systemtap.server/client_args.exp b/testsuite/systemtap.server/client_args.exp index 1ba1e900..348f8cea 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" |