diff options
Diffstat (limited to 'testsuite/systemtap.string/isinstr.exp')
-rw-r--r-- | testsuite/systemtap.string/isinstr.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.string/isinstr.exp b/testsuite/systemtap.string/isinstr.exp new file mode 100644 index 00000000..746e6c74 --- /dev/null +++ b/testsuite/systemtap.string/isinstr.exp @@ -0,0 +1,7 @@ +load_lib "stap_run2.exp" +set test "isinstr" +set ::result_string {"foo" is in "abcfoobad" +"foo" is NOT in "abcdefg" +"" is in "" +} +stap_run2 $srcdir/$subdir/$test.stp |