diff options
Diffstat (limited to 'testsuite/systemtap.string/dot.exp')
-rw-r--r-- | testsuite/systemtap.string/dot.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.string/dot.exp b/testsuite/systemtap.string/dot.exp new file mode 100644 index 00000000..b1d38172 --- /dev/null +++ b/testsuite/systemtap.string/dot.exp @@ -0,0 +1,10 @@ +set test "sprint" +set ::result_string {hello +helloworld +12345678 +0 +100 +-42 +66 +} +stap_run2 $srcdir/$subdir/$test.stp |