summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/context.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.context/context.exp')
-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
}