]> sourceware.org Git - systemtap.git/commitdiff
Allow / as a random argyment character when fuzzing.
authorDave Brolley <brolley@redhat.com>
Thu, 14 Jan 2010 20:44:09 +0000 (15:44 -0500)
committerDave Brolley <brolley@redhat.com>
Thu, 14 Jan 2010 20:44:09 +0000 (15:44 -0500)
testsuite/systemtap.server/server_args.exp

index f30b8b5fb52e43a93dd34d6354c8ca647f5e5c4d..a47998b521dcf172b6bc92f87b648bbebba54ace 100644 (file)
@@ -141,7 +141,7 @@ foreach options $previously_fixed {
 # Check that running systemtap with the client/server generates output
 # comparable to running stap directly.
 set dangerous_options [list "-I" "-R" "-e" "-B" "-D" "-c"]
-set argchars "0123456789;*'=-\\\"\n abcdefghijklmnopqrstuvwxyz"
+set argchars "0123456789/;*'=-\\\"\n abcdefghijklmnopqrstuvwxyz"
 
 for {set i 0} {$i < $iterations} {incr i} {
     verbose -log "Iteration $i"
This page took 0.026593 seconds and 5 git commands to generate.