summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/preprocessor.exp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-08-24 19:42:28 -0400
committerFrank Ch. Eigler <fche@elastic.org>2009-08-24 19:42:28 -0400
commit0facf3509ae93f77d9efc6841731f7ff98982630 (patch)
tree0f85d63f86845653279cf7bae24d55b0793a91b9 /testsuite/systemtap.base/preprocessor.exp
parentedef3e8e82546c0b2bdbb110da7e4a02480761d6 (diff)
downloadsystemtap-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/preprocessor.exp')
-rw-r--r--testsuite/systemtap.base/preprocessor.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/preprocessor.exp b/testsuite/systemtap.base/preprocessor.exp
index 4e0c7fc2..1bc3e701 100644
--- a/testsuite/systemtap.base/preprocessor.exp
+++ b/testsuite/systemtap.base/preprocessor.exp
@@ -6,7 +6,7 @@ set kr {2?[0-9]*}
# a pattern bound to mismatch
set krx {?noSuchKernel*}
-set arch [exec uname -m]
+set arch [exec uname -i]
set ar "?[string range $arch 1 end-1]?"
set arx {?noSuchArch?}