[[cmd]] shell = "dog --wibble" stdout = { empty = true } stderr = { string = "wibble" } status = 3 [[cmd]] shell = "dog XYZZY dns.google" stdout = { empty = true } stderr = { string = "XYZZY" } status = 3 [[cmd]] shell = "dog OPT dns.google" stdout = { empty = true } stderr = { string = "OPT request is sent by default" } status = 3 [[cmd]] name = "A domain label long than 255 bytes gets rejected" shell = "dog 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" stdout = { empty = true } stderr = { string = "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" } status = 3