diff options
Diffstat (limited to 'testsuite/systemtap.printf/bin2.exp')
-rw-r--r-- | testsuite/systemtap.printf/bin2.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/bin2.exp b/testsuite/systemtap.printf/bin2.exp new file mode 100644 index 00000000..bab11e39 --- /dev/null +++ b/testsuite/systemtap.printf/bin2.exp @@ -0,0 +1,7 @@ +load_lib "stap_run_binary.exp" +set test "bin2" +set ::result_string {12 34 56 78 12 34 56 78 +61 3d 12 20 62 3d 34 20 +63 3d 56 20 64 3d 78 } + +stap_run_binary $srcdir/$subdir/$test.stp |