diff options
author | jistone <jistone> | 2007-02-07 02:18:35 +0000 |
---|---|---|
committer | jistone <jistone> | 2007-02-07 02:18:35 +0000 |
commit | 3b4136ca14c78881c50e8c36fa35fa574edaabb4 (patch) | |
tree | 436cc87fcacfe7588c36eb17a3c2575ee90be193 /testsuite/buildok/conversions.stp | |
parent | 88b3808b6ce58165aa4c526eafca3dc08daf8f88 (diff) | |
download | systemtap-steved-3b4136ca14c78881c50e8c36fa35fa574edaabb4.tar.gz systemtap-steved-3b4136ca14c78881c50e8c36fa35fa574edaabb4.tar.xz systemtap-steved-3b4136ca14c78881c50e8c36fa35fa574edaabb4.zip |
add a #!
Diffstat (limited to 'testsuite/buildok/conversions.stp')
-rwxr-xr-x | testsuite/buildok/conversions.stp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/buildok/conversions.stp b/testsuite/buildok/conversions.stp index 5a4d46f0..e83bd968 100755 --- a/testsuite/buildok/conversions.stp +++ b/testsuite/buildok/conversions.stp @@ -1,3 +1,5 @@ +#! stap -p4 + # Test the conversions tapset. probe begin { @@ -10,4 +12,4 @@ probe begin { print (user_string(2342)) print (user_string2(2342,"foobar")) print (user_string_warn(2342)) -}
\ No newline at end of file +} |