]> sourceware.org Git - systemtap.git/commitdiff
execve.exp: quote expected result
authorJonathan Lebon <jlebon@redhat.com>
Mon, 20 Jan 2014 15:46:52 +0000 (10:46 -0500)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 22 Jan 2014 18:57:08 +0000 (13:57 -0500)
This is necessary since commit f631f56, which made [nd_]syscall.execve
use user_string_quoted() rather than user_string().

testsuite/systemtap.base/execve.exp

index cd5d80a84c2823765bd8d50adf81d83f596f67b3..39dabd3cca692c784e8303d81867f5dee627b5d0 100644 (file)
@@ -1,4 +1,4 @@
 set test "execve"
-set ::result_string {/bin/true}
+set ::result_string {"/bin/true"}
 
 stap_run2 $srcdir/$subdir/$test.stp -c /bin/true
This page took 0.032485 seconds and 5 git commands to generate.