summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/mixed_out.exp
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.printf/mixed_out.exp
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.printf/mixed_out.exp')
-rw-r--r--testsuite/systemtap.printf/mixed_out.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/mixed_out.exp b/testsuite/systemtap.printf/mixed_out.exp
index 093a8ca1..3b66e7c0 100644
--- a/testsuite/systemtap.printf/mixed_out.exp
+++ b/testsuite/systemtap.printf/mixed_out.exp
@@ -4,7 +4,7 @@ set TEST_NAME "$subdir/$test"
if {![installtest_p]} { untested $TEST_NAME; 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
return