Fix OS examples annotated by Yitao
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": "gsettings set org.gnome.desktop.notifications show-banners true"
|
||||
"command": "gsettings set org.gnome.desktop.notifications show-banners true",
|
||||
"shell": true
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -19,14 +20,13 @@
|
||||
"func": "exact_match",
|
||||
"result": {
|
||||
"type": "vm_command_line",
|
||||
"config": {
|
||||
"command": "gsettings get org.gnome.desktop.notifications show-banners"
|
||||
}
|
||||
"command": "gsettings get org.gnome.desktop.notifications show-banners",
|
||||
"shell": true
|
||||
},
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules":{
|
||||
"expected": "false"
|
||||
"expected": "false\n"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user