]> sourceware.org Git - systemtap.git/commit
Remove as_root calls from the printf testsuite
authorJosh Stone <jistone@redhat.com>
Thu, 6 Aug 2009 00:56:44 +0000 (17:56 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 6 Aug 2009 00:56:44 +0000 (17:56 -0700)
commit68d47ee749911aa9babdfe37efd85db115e316be
treee36db009d6260f465d56a19d9edb0ff391958a2f
parentf249edcd5f135278e15ccafb497be520c325a5e4
Remove as_root calls from the printf testsuite

Once upon a time, we would use sudo staprun, and so output files from
"-o" were owned by root.  For a while now we've used a setuid staprun
instead, and the output files are created by stapio as the user.  Thus,
we don't need as_root to remove those files anymore.

* testsuite/systemtap.printf/end1b.exp: Clean up without as_root.
* testsuite/systemtap.printf/mixed_outb.exp: Ditto.
* testsuite/systemtap.printf/out1b.exp: Ditto.
* testsuite/systemtap.printf/out2b.exp: Ditto.
* testsuite/systemtap.printf/out3b.exp: Ditto.
testsuite/systemtap.printf/end1b.exp
testsuite/systemtap.printf/mixed_outb.exp
testsuite/systemtap.printf/out1b.exp
testsuite/systemtap.printf/out2b.exp
testsuite/systemtap.printf/out3b.exp
This page took 0.030241 seconds and 5 git commands to generate.