diff options
Diffstat (limited to 'testsuite/systemtap.printf/string1.exp')
-rw-r--r-- | testsuite/systemtap.printf/string1.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/string1.exp b/testsuite/systemtap.printf/string1.exp new file mode 100644 index 00000000..7b47336b --- /dev/null +++ b/testsuite/systemtap.printf/string1.exp @@ -0,0 +1,7 @@ +load_lib "stap_run2.exp" +set test "string1" +set ::result_string {The string is <Foobar!> +Foobar!XYZZY +XYZZYFoobar!XYZZYFoobar! +} +stap_run2 $srcdir/$subdir/$test.stp |