diff options
Diffstat (limited to 'testsuite/systemtap.printf/basic3.exp')
-rw-r--r-- | testsuite/systemtap.printf/basic3.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/basic3.exp b/testsuite/systemtap.printf/basic3.exp new file mode 100644 index 00000000..2eb74431 --- /dev/null +++ b/testsuite/systemtap.printf/basic3.exp @@ -0,0 +1,6 @@ +load_lib "stap_run2.exp" +set test "basic3" +set ::result_string {Hello +World +} +stap_run2 $srcdir/$subdir/$test.stp |