sysinfo: Fix the TC_telnet test case VTY command order
diff --git a/sysinfo/Test.ttcn b/sysinfo/Test.ttcn
index 77e46fc..e7cdcfe 100644
--- a/sysinfo/Test.ttcn
+++ b/sysinfo/Test.ttcn
@@ -691,8 +691,8 @@
 
 	testcase TC_telnet() runs on dummy_CT {
 		f_init();
-		f_vty_enter_config(BSCVTY);
 		f_vty_transceive(BSCVTY, "show network")
+		f_vty_enter_config(BSCVTY);
 		f_vty_transceive(BSCVTY, "network")
 		f_vty_transceive(BSCVTY, "bts 0")
 		f_vty_transceive(BSCVTY, "end")