We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5f6ea commit f993b1eCopy full SHA for f993b1e
test/test-manager/src/tests/split_tunnel.rs
@@ -189,7 +189,7 @@ impl ConnChecker {
189
self.split = true;
190
191
match TEST_CONFIG.os {
192
- Os::Linux => { /* linux programs can't be split until they are spawned */ }
+ Os::Linux => { /* linux programs can't be split in the management interface until they are spawned */ }
193
Os::Windows => {
194
self.mullvad_client
195
.add_split_tunnel_app(&self.executable_path)
0 commit comments