diff options
Diffstat (limited to 'testsuite/systemtap.printf/println.exp')
-rw-r--r-- | testsuite/systemtap.printf/println.exp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/println.exp b/testsuite/systemtap.printf/println.exp new file mode 100644 index 00000000..8deba53f --- /dev/null +++ b/testsuite/systemtap.printf/println.exp @@ -0,0 +1,18 @@ +set test "println" +set ::result_string {hello + +world +777 +hello world +hello world +foo +foobar +foobar +777 +foo99 +99foo +123456789 +hello999 +999hello +} +stap_run2 $srcdir/$subdir/$test.stp |