From 8ecca5bae4ccdd9af021ba6af3fa5c8bd26c34be Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 6 Jul 2007 19:03:12 +0000 Subject: 2007-07-06 Martin Hunt * systemtap.maps/linear*: New tests of linear histograms. --- testsuite/systemtap.maps/linear_empty.exp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testsuite/systemtap.maps/linear_empty.exp (limited to 'testsuite/systemtap.maps/linear_empty.exp') diff --git a/testsuite/systemtap.maps/linear_empty.exp b/testsuite/systemtap.maps/linear_empty.exp new file mode 100644 index 00000000..9bcc64eb --- /dev/null +++ b/testsuite/systemtap.maps/linear_empty.exp @@ -0,0 +1,9 @@ +# Test empty linear histogram + +set test "linear_empty" +set ::result_string {count=0 +} + +stap_run2 $srcdir/$subdir/$test.stp + + -- cgit