Fossil SCM
Fix the 'unversioned' test.
Commit
a517a2feeaa2107d6667a3b2c1991d963024983858b2f0d24d9d99860b45c87d
Parent
1f4932404a1d0fd…
1 file changed
+1
-1
+1
-1
| --- test/unversioned.test | ||
| +++ test/unversioned.test | ||
| @@ -328,11 +328,11 @@ | ||
| 328 | 328 | write_file unversioned-client1.txt "This is unversioned client file #1." |
| 329 | 329 | |
| 330 | 330 | ############################################################################### |
| 331 | 331 | |
| 332 | 332 | fossil_maybe_answer y clone $remote uvrepo.fossil |
| 333 | -fossil open uvrepo.fossil | |
| 333 | +fossil open -f uvrepo.fossil | |
| 334 | 334 | |
| 335 | 335 | ############################################################################### |
| 336 | 336 | |
| 337 | 337 | fossil unversioned list |
| 338 | 338 | test unversioned-45 {[normalize_result] eq {}} |
| 339 | 339 |
| --- test/unversioned.test | |
| +++ test/unversioned.test | |
| @@ -328,11 +328,11 @@ | |
| 328 | write_file unversioned-client1.txt "This is unversioned client file #1." |
| 329 | |
| 330 | ############################################################################### |
| 331 | |
| 332 | fossil_maybe_answer y clone $remote uvrepo.fossil |
| 333 | fossil open uvrepo.fossil |
| 334 | |
| 335 | ############################################################################### |
| 336 | |
| 337 | fossil unversioned list |
| 338 | test unversioned-45 {[normalize_result] eq {}} |
| 339 |
| --- test/unversioned.test | |
| +++ test/unversioned.test | |
| @@ -328,11 +328,11 @@ | |
| 328 | write_file unversioned-client1.txt "This is unversioned client file #1." |
| 329 | |
| 330 | ############################################################################### |
| 331 | |
| 332 | fossil_maybe_answer y clone $remote uvrepo.fossil |
| 333 | fossil open -f uvrepo.fossil |
| 334 | |
| 335 | ############################################################################### |
| 336 | |
| 337 | fossil unversioned list |
| 338 | test unversioned-45 {[normalize_result] eq {}} |
| 339 |