[go: up one dir, main page]

Menu

[e669e2]: / tests / incompopt.at.in  Maximize  Restore  History

Download this file

11 lines (7 with data), 348 Bytes

AT_BANNER([Incompatible command line options check])

AT_SETUP([Communication mess: -s, -a])
AT_CHECK([flom -V -s /tmp/foo -a 192.168.1.1 -- ls], [@_ES_GENERIC_ERROR@], [ignore], [ignore])
AT_CLEANUP

AT_SETUP([Communication mess: -s, -A])
AT_CHECK([flom -V -s /tmp/foo -A 239.255.0.1 -- ls], [@_ES_GENERIC_ERROR@], [ignore], [ignore])
AT_CLEANUP