diff options
author | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2008-05-14 10:56:37 +0530 |
---|---|---|
committer | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2008-05-14 10:56:37 +0530 |
commit | c3799d720b60bd74a60de4addcd0d77a90f7842a (patch) | |
tree | 82fbc6b86cb105f9bf3b9cfa4e4c6d371abaaee8 /testsuite/systemtap.base/global_vars.exp | |
parent | 838cd09eb9134f49a4f290ae5f615edff781f153 (diff) | |
download | systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.tar.gz systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.tar.xz systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.zip |
PR 5955 - Accept ; terminated globals
Diffstat (limited to 'testsuite/systemtap.base/global_vars.exp')
-rw-r--r-- | testsuite/systemtap.base/global_vars.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/global_vars.exp b/testsuite/systemtap.base/global_vars.exp new file mode 100644 index 00000000..059ebf8d --- /dev/null +++ b/testsuite/systemtap.base/global_vars.exp @@ -0,0 +1,5 @@ +# Check that global variables terminated with a ; work fine + +set test "global_vars" + +stap_run $srcdir/$subdir/$test.stp no_load $all_pass_string |