diff --git a/script/check-posix-pty b/script/check-posix-pty index 0cb793959..554e58259 100755 --- a/script/check-posix-pty +++ b/script/check-posix-pty @@ -177,7 +177,9 @@ expect_after { send "region\r\n" expect "US" expect "Done" -send "panid 0xface\r\n" +send "dataset init new\r\n" +expect "Done" +send "dataset commit active\r\n" expect "Done" send "routerselectionjitter 1\r\n" expect "Done"