Fossil SCM
In unversioned test, cloning with --save-http-password avoid password prompts on macOs, OpenBSD and Linux.
Commit
85b3a6002546f4f2c5f5865705520e6e1223f71e6433e53d41a1d4e6416846fa
Parent
c028f36de876860…
1 file changed
+1
-1
+1
-1
| --- test/unversioned.test | ||
| +++ test/unversioned.test | ||
| @@ -327,11 +327,11 @@ | ||
| 327 | 327 | puts [appendArgs "Now in client directory \"" [pwd] \".] |
| 328 | 328 | write_file unversioned-client1.txt "This is unversioned client file #1." |
| 329 | 329 | |
| 330 | 330 | ############################################################################### |
| 331 | 331 | |
| 332 | -fossil_maybe_answer y clone $remote uvrepo.fossil | |
| 332 | +fossil clone --save-http-password $remote uvrepo.fossil | |
| 333 | 333 | fossil open -f uvrepo.fossil |
| 334 | 334 | |
| 335 | 335 | ############################################################################### |
| 336 | 336 | |
| 337 | 337 | fossil unversioned list |
| 338 | 338 |
| --- test/unversioned.test | |
| +++ test/unversioned.test | |
| @@ -327,11 +327,11 @@ | |
| 327 | puts [appendArgs "Now in client directory \"" [pwd] \".] |
| 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.test | |
| +++ test/unversioned.test | |
| @@ -327,11 +327,11 @@ | |
| 327 | puts [appendArgs "Now in client directory \"" [pwd] \".] |
| 328 | write_file unversioned-client1.txt "This is unversioned client file #1." |
| 329 | |
| 330 | ############################################################################### |
| 331 | |
| 332 | fossil clone --save-http-password $remote uvrepo.fossil |
| 333 | fossil open -f uvrepo.fossil |
| 334 | |
| 335 | ############################################################################### |
| 336 | |
| 337 | fossil unversioned list |
| 338 |