Fossil SCM
mv-rm.test: On test teardown, delete the manually created dir.
Commit
5da1bd94ccf76e2c6cc1c8596ddb11bc9b09847129f39a926386d881b35055a1
Parent
a8bb08697a87177…
1 file changed
+2
+2
| --- test/mv-rm.test | ||
| +++ test/mv-rm.test | ||
| @@ -458,10 +458,12 @@ | ||
| 458 | 458 | [normalize_result] eq "DELETE subdirE/a_renamed/f14\nREVERT subdirE/a/f14${undoMsg}" |
| 459 | 459 | } |
| 460 | 460 | |
| 461 | 461 | test mv-soft-already-renamed-directory-5 {[file size subdirE/a/f14] == 3} |
| 462 | 462 | test mv-soft-already-renamed-directory-6 {[read_file subdirE/a/f14] eq "f14"} |
| 463 | + | |
| 464 | +file delete -force [file join $rootDir subdirE/a_renamed] | |
| 463 | 465 | |
| 464 | 466 | cd $rootDir |
| 465 | 467 | |
| 466 | 468 | ############################################################################### |
| 467 | 469 | |
| 468 | 470 |
| --- test/mv-rm.test | |
| +++ test/mv-rm.test | |
| @@ -458,10 +458,12 @@ | |
| 458 | [normalize_result] eq "DELETE subdirE/a_renamed/f14\nREVERT subdirE/a/f14${undoMsg}" |
| 459 | } |
| 460 | |
| 461 | test mv-soft-already-renamed-directory-5 {[file size subdirE/a/f14] == 3} |
| 462 | test mv-soft-already-renamed-directory-6 {[read_file subdirE/a/f14] eq "f14"} |
| 463 | |
| 464 | cd $rootDir |
| 465 | |
| 466 | ############################################################################### |
| 467 | |
| 468 |
| --- test/mv-rm.test | |
| +++ test/mv-rm.test | |
| @@ -458,10 +458,12 @@ | |
| 458 | [normalize_result] eq "DELETE subdirE/a_renamed/f14\nREVERT subdirE/a/f14${undoMsg}" |
| 459 | } |
| 460 | |
| 461 | test mv-soft-already-renamed-directory-5 {[file size subdirE/a/f14] == 3} |
| 462 | test mv-soft-already-renamed-directory-6 {[read_file subdirE/a/f14] eq "f14"} |
| 463 | |
| 464 | file delete -force [file join $rootDir subdirE/a_renamed] |
| 465 | |
| 466 | cd $rootDir |
| 467 | |
| 468 | ############################################################################### |
| 469 | |
| 470 |