summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/out1b.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.printf/out1b.exp')
-rw-r--r--testsuite/systemtap.printf/out1b.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/out1b.exp b/testsuite/systemtap.printf/out1b.exp
index 2f702a2f..24efbf4c 100644
--- a/testsuite/systemtap.printf/out1b.exp
+++ b/testsuite/systemtap.printf/out1b.exp
@@ -9,7 +9,7 @@ if (![file executable $stap_merge_path]) {
return
}
-if {[catch {exec mktemp -t staptestXXXXX} tmpfile]} {
+if {[catch {exec mktemp -t staptestXXXXXX} tmpfile]} {
puts stderr "Failed to create temporary file: $tmpfile"
untested "$TEST_NAME : failed to create temporary file"
return