diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-08-24 19:42:28 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-08-24 19:42:28 -0400 |
commit | 0facf3509ae93f77d9efc6841731f7ff98982630 (patch) | |
tree | 0f85d63f86845653279cf7bae24d55b0793a91b9 /testsuite/systemtap.base/cmd_parse.exp | |
parent | edef3e8e82546c0b2bdbb110da7e4a02480761d6 (diff) | |
download | systemtap-steved-0facf3509ae93f77d9efc6841731f7ff98982630.tar.gz systemtap-steved-0facf3509ae93f77d9efc6841731f7ff98982630.tar.xz systemtap-steved-0facf3509ae93f77d9efc6841731f7ff98982630.zip |
PR4186 cont'd: uname -m --> uname -i in test cases
Diffstat (limited to 'testsuite/systemtap.base/cmd_parse.exp')
-rw-r--r-- | testsuite/systemtap.base/cmd_parse.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/cmd_parse.exp b/testsuite/systemtap.base/cmd_parse.exp index 8824e6c4..3e1a519c 100644 --- a/testsuite/systemtap.base/cmd_parse.exp +++ b/testsuite/systemtap.base/cmd_parse.exp @@ -141,7 +141,7 @@ expect { } wait;catch {close} -set uname [exec uname -m] +set uname [exec uname -i] spawn sh -c "stap -m do_not_cache_me -a $uname -p4 -e 'probe begin {exit()}'" # the \r below is meant to match the "kernelrelease" output, as distinct from # any possible auxiliary make verbosity. |