[go: up one dir, main page]

Menu

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

Download this file

19 lines (13 with data), 640 Bytes

AT_BANNER([Incompatible command line options check])

AT_SETUP([Not existent command: -- abcdefghijklmnop])
AT_CHECK([flom -V -- abcdefghijklmnop], [@_ES_UNABLE_TO_EXECUTE_COMMAND@], [ignore], [ignore])
AT_CLEANUP

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

AT_SETUP([TLS check peer id])
AT_CHECK([flom -V --tls-check-peer-id -- ls], [@_ES_GENERIC_ERROR@], [ignore], [ignore])
AT_CLEANUP