From 69bf08b5a00d5095ca50b7400221b2cbedeae904 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 14 Aug 2007 15:28:47 +0000 Subject: 2007-08-14 David Smith Merge from setuid-branch. * configure.ac: Version increase to 0.6. * configure: Regenerated. * parseko/cmdline09.stp: Added new test for staprun command line options. * parseko/cmdline10.stp: Ditto. * parseko/cmdline11.stp: Ditto. * parseko/cmdline12.stp: Ditto. * parseko/cmdline13.stp: Ditto. * parseko/cmdline14.stp: Ditto. * systemtap.samples/args.exp: No longer necessary to use "sudo" to run staprun. --- testsuite/systemtap.samples/args.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.samples/args.exp') diff --git a/testsuite/systemtap.samples/args.exp b/testsuite/systemtap.samples/args.exp index e7c886c5..f6d5cec6 100644 --- a/testsuite/systemtap.samples/args.exp +++ b/testsuite/systemtap.samples/args.exp @@ -47,7 +47,7 @@ if [file exists $modpath] { return } -spawn sudo $staprunpath -d [pid] $modpath foo=hello bar=999 +spawn $staprunpath -d [pid] $modpath foo=hello bar=999 set ok 0 expect { -timeout 120 @@ -62,7 +62,7 @@ if {$ok == 1} { fail "$test run 1" } -spawn sudo $staprunpath -d [pid] $modpath foo=goodbye bar=0 +spawn $staprunpath -d [pid] $modpath foo=goodbye bar=0 set ok 0 expect { -timeout 120 -- cgit