]> git.gsnw.org Git - fping.git/commit
Remove macos-specific test to verify that -I is not supported, since that seems to...
authorDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 07:11:01 +0000 (09:11 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 07:26:00 +0000 (09:26 +0200)
commita0086b489490fec904dafc804df9fbc4b476231a
treead80244bb4b6ac82c063a1a730038b98d1cf635f
parent21611f4e9fc85176e273f34b915779afda4ac56c
Remove macos-specific test to verify that -I is not supported, since that seems to work now.

Failed test:

```
#   Failed test 'exit_is_num: fping -I lo0 127.0.0.1, 3'
#   at ci/test-07-options-i-m.pl line 63.
#          got: 0
#     expected: 3

#   Failed test 'stdout_is_eq: fping -I lo0 127.0.0.1, fping: cant bind to a particular net interface since SO_BINDTODEVICE is not supported on your os.
# '
#   at ci/test-07-options-i-m.pl line 64.
#          got: '127.0.0.1 is alive
# '
#     expected: 'fping: cant bind to a particular net interface since SO_BINDTODEVICE is not supported on your os.
# '
# Looks like you failed 2 tests of 28.
```
ci/test-07-options-i-m.pl