aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-05-21 15:54:50 -0600
committerRob Savoye <rob@senecass.com>2020-05-21 15:55:42 -0600
commita0fc110b7ed05f19a1c9fff3adb3719d32fac315 (patch)
tree17b33caa564b86d9d7601b4e0696b74b7dd4c69a /testsuite
parent51b992bebacaa5dd3b4e73f45750bd430e82604f (diff)
downloaddejagnu-a0fc110b7ed05f19a1c9fff3adb3719d32fac315.zip
dejagnu-a0fc110b7ed05f19a1c9fff3adb3719d32fac315.tar.gz
dejagnu-a0fc110b7ed05f19a1c9fff3adb3719d32fac315.tar.bz2
Set sum_file to empty string instead of opening a temporary file named .tmp.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/runtest.libs/default_procs.tcl2
-rw-r--r--testsuite/runtest.libs/libs.exp3
2 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/runtest.libs/default_procs.tcl b/testsuite/runtest.libs/default_procs.tcl
index 1305672..e2e0c6b 100644
--- a/testsuite/runtest.libs/default_procs.tcl
+++ b/testsuite/runtest.libs/default_procs.tcl
@@ -1,4 +1,4 @@
-set sum_file [open .tmp w]
+set sum_file ""
set reboot 0
set errno ""
diff --git a/testsuite/runtest.libs/libs.exp b/testsuite/runtest.libs/libs.exp
index f42d3db..e688ab3 100644
--- a/testsuite/runtest.libs/libs.exp
+++ b/testsuite/runtest.libs/libs.exp
@@ -101,6 +101,3 @@ foreach i [glob [testsuite file -source -test *.test]] {
if { [runtest_file_p $runtests $i] } { process_test $i }
}
stop_expect
-
-# Clean up behind ourselves.
-file delete .tmp