From 727d33a0728a633371ce8d1e9b5a791d9c45d6fb Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 20 Jun 2007 21:42:39 +0000 Subject: 2007-06-20 Martin Hunt * systemtap.string/dot.exp: New test. * systemtap.string/sprint.exp: New test. --- testsuite/systemtap.string/sprint.exp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/systemtap.string/sprint.exp (limited to 'testsuite/systemtap.string/sprint.exp') diff --git a/testsuite/systemtap.string/sprint.exp b/testsuite/systemtap.string/sprint.exp new file mode 100644 index 00000000..c8f9826a --- /dev/null +++ b/testsuite/systemtap.string/sprint.exp @@ -0,0 +1,8 @@ +set test "dot" +set ::result_string {helloworld +helloworld +EQUAL +EQUAL +hello-world helloworld FOO helloworld +} +stap_run2 $srcdir/$subdir/$test.stp -- cgit