From 0facf3509ae93f77d9efc6841731f7ff98982630 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 24 Aug 2009 19:42:28 -0400 Subject: PR4186 cont'd: uname -m --> uname -i in test cases --- testsuite/systemtap.base/cmd_parse.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base/cmd_parse.exp') 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. -- cgit