Fossil SCM

Fix typo.

mistachkin 2016-03-02 06:46 UTC testerCleanup
Commit 5c674ff2711fa4c3633c79b52c63ad7d38a45604
1 file changed +1 -1
+1 -1
--- test/tester.tcl
+++ test/tester.tcl
@@ -246,11 +246,11 @@
246246
# Create and open a new Fossil repository and clean the checkout
247247
#
248248
proc repo_init {{filename ".rep.fossil"}} {
249249
set_home_to_elsewhere
250250
set ::tempRepoPath [file join \
251
- $tempPath repo_[pid] [string trim [clock seconds] -] \
251
+ $::tempPath repo_[pid] [string trim [clock seconds] -] \
252252
[file tail [get_script_or_fail]]]
253253
if {[catch {
254254
file mkdir $::tempRepoPath
255255
} error] != 0} {
256256
error "could not make directory \"$::tempRepoPath\",\
257257
--- test/tester.tcl
+++ test/tester.tcl
@@ -246,11 +246,11 @@
246 # Create and open a new Fossil repository and clean the checkout
247 #
248 proc repo_init {{filename ".rep.fossil"}} {
249 set_home_to_elsewhere
250 set ::tempRepoPath [file join \
251 $tempPath repo_[pid] [string trim [clock seconds] -] \
252 [file tail [get_script_or_fail]]]
253 if {[catch {
254 file mkdir $::tempRepoPath
255 } error] != 0} {
256 error "could not make directory \"$::tempRepoPath\",\
257
--- test/tester.tcl
+++ test/tester.tcl
@@ -246,11 +246,11 @@
246 # Create and open a new Fossil repository and clean the checkout
247 #
248 proc repo_init {{filename ".rep.fossil"}} {
249 set_home_to_elsewhere
250 set ::tempRepoPath [file join \
251 $::tempPath repo_[pid] [string trim [clock seconds] -] \
252 [file tail [get_script_or_fail]]]
253 if {[catch {
254 file mkdir $::tempRepoPath
255 } error] != 0} {
256 error "could not make directory \"$::tempRepoPath\",\
257

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button