summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-05-06 11:19:32 -0400
committerDave Brolley <brolley@redhat.com>2009-05-06 11:19:32 -0400
commit07e1c7c9f0c0244530d4cb1f4a876355df1a2aec (patch)
tree5743d35c33a0fb9615b0c560c57229d1ace7eade /testsuite/systemtap.context
parentaa4d7d17299550b06c33f386d2c5715f8250879f (diff)
parentccf8bc85c08ba5602288caeb5062b3bf049a6960 (diff)
downloadsystemtap-steved-07e1c7c9f0c0244530d4cb1f4a876355df1a2aec.tar.gz
systemtap-steved-07e1c7c9f0c0244530d4cb1f4a876355df1a2aec.tar.xz
systemtap-steved-07e1c7c9f0c0244530d4cb1f4a876355df1a2aec.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.context')
-rw-r--r--testsuite/systemtap.context/context.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/context.exp b/testsuite/systemtap.context/context.exp
index cec09b29..52bf260d 100644
--- a/testsuite/systemtap.context/context.exp
+++ b/testsuite/systemtap.context/context.exp
@@ -23,7 +23,7 @@ proc build_modules {} {
global build_dir
global srcdir subdir
- if {[catch {exec mktemp -d staptestXXXXX} build_dir]} {
+ if {[catch {exec mktemp -d staptestXXXXXX} build_dir]} {
puts stderr "Failed to create temporary directory: $build_dir"
return 0
}