-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" \