Skip to content

Commit f993b1e

Browse files
committed
Fix comment in split tunnel test
1 parent 6c5f6ea commit f993b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-manager/src/tests/split_tunnel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ impl ConnChecker {
189189
self.split = true;
190190

191191
match TEST_CONFIG.os {
192-
Os::Linux => { /* linux programs can't be split until they are spawned */ }
192+
Os::Linux => { /* linux programs can't be split in the management interface until they are spawned */ }
193193
Os::Windows => {
194194
self.mullvad_client
195195
.add_split_tunnel_app(&self.executable_path)

0 commit comments

Comments
 (0)