mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 10:03:35 -04:00
The flag.Lookup("test.v") check existed to skip opening a browser
during tests, but the tests don't exercise RunE, so this was never
used. The --no-open-browser flag is sufficient on its own.