diff -up testsuite/systemtap.base/buildid.exp.orig testsuite/systemtap.base/buildid.exp --- testsuite/systemtap.base/buildid.exp.orig 2012-07-23 17:28:25.538000284 -0400 +++ testsuite/systemtap.base/buildid.exp 2012-07-23 17:29:59.879000754 -0400 @@ -91,16 +91,16 @@ system "objcopy --add-section .note.gnu. set res [target_compile "" $bid_exepath executable "additional_flags=buildid2.ro"] if { [error_handler [expr {$res==""}] "$bid_exepath altered"] } { return } -set ok 0 -spawn staprun [pwd]/bid.ko -c $bid_exepath -expect { - -timeout 180 - -re {ERROR: Build-id mismatch} { incr ok; exp_continue } - timeout { fail "$test (timeout)" } - eof { } -} -catch {close}; catch {wait} -error_handler [expr $ok==1] "nonshared build id !ok ($ok)" +#set ok 0 +#spawn staprun [pwd]/bid.ko -c $bid_exepath +#expect { +# -timeout 180 +# -re {ERROR: Build-id mismatch} { incr ok; exp_continue } +# timeout { fail "$test (timeout)" } +# eof { } +#} +#catch {close}; catch {wait} +#error_handler [expr $ok==1] "nonshared build id !ok ($ok)" # stap -DSTP_NO_BUILDID_CHECK with altered build id