]> sourceware.org Git - systemtap.git/commitdiff
testsuite: fix wording of invalid-entry test group
authorFrank Ch. Eigler <fche@elastic.org>
Fri, 15 Jan 2010 08:12:53 +0000 (03:12 -0500)
committerFrank Ch. Eigler <fche@elastic.org>
Fri, 15 Jan 2010 08:44:55 +0000 (03:44 -0500)
testsuite/systemtap.server/client_args.exp

index 348f8cea03be3458542e1f51b968ba5c31b2e7d1..f41b91cb5c6f7cf484ec553637062e5b8d8ca531 100644 (file)
@@ -1,11 +1,11 @@
-set test "Valid Server Client Arguments"
+set test "Invalid Server Client Arguments"
 
 # Test that stap on the server side will correctly accept/reject certain
 # arguments in unprivileged mode.
 set test_file $srcdir/systemtap.server/test.stp
 
 # Test invalid combinations.
-set error_regexp ".*You can't specify (-\[aBDImRr\], )*-\[aBDImRr\] when --unprivileged is specified.*"
+set error_regexp ".*You can't specify .* when --unprivileged is specified.*"
 
 set invalid_options [list \
   "--unprivileged --client-options -a i386" \
This page took 0.030982 seconds and 5 git commands to generate.