diff options
-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" |