diff options
Diffstat (limited to 'testsuite/systemtap.printf/oct.exp')
-rw-r--r-- | testsuite/systemtap.printf/oct.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.printf/oct.exp b/testsuite/systemtap.printf/oct.exp new file mode 100644 index 00000000..c676ff0e --- /dev/null +++ b/testsuite/systemtap.printf/oct.exp @@ -0,0 +1,7 @@ +load_lib "stap_run_binary.exp" +set test "oct" +set ::result_string {10 01 02 03 04 05 06 07 +08 09 0a 0b 0c 0d 0e 0f +10 11 12 13 14 15 16 17 +18 19 1a 1b 1c 1d 1e 1f} +stap_run_binary $srcdir/$subdir/$test.stp |