summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
diff options
context:
space:
mode:
authorQuentin Monnet <quentin.monnet@netronome.com>2018-10-21 00:58:44 +0300
committerAlexei Starovoitov <ast@kernel.org>2018-10-21 09:17:43 +0300
commitc5fa5d602221362f8341ecd9e32d83194abf5bd9 (patch)
tree6d9be8ac450553a0730f939aad476fdc17a2f6e2 /tools/bpf/bpftool
parent76b5e30397ebe9f9dd58511d32945018f8196be9 (diff)
downloadlinux-c5fa5d602221362f8341ecd9e32d83194abf5bd9.tar.xz
selftests/bpf: fix return value comparison for tests in test_libbpf.sh
The return value for each test in test_libbpf.sh is compared with if (( $? == 0 )) ; then ... This works well with bash, but not with dash, that /bin/sh is aliased to on some systems (such as Ubuntu). Let's replace this comparison by something that works on both shells. Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/bpf/bpftool')
0 files changed, 0 insertions, 0 deletions