diff options
author | Dan Williams <dan.j.williams@intel.com> | 2017-11-16 01:56:11 +0100 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2017-11-16 01:56:11 +0100 |
commit | 4247f24c23589bcc3bc3490515ef8c9497e9ae55 (patch) | |
tree | 89726a0e171c443a3e8def2992b56dbd8a21df21 /tools/testing/selftests/net/netdevice.sh | |
parent | acpi, nfit: add 'Enable Latch System Shutdown Status' command support (diff) | |
parent | dax: fix general protection fault in dax_alloc_inode (diff) | |
download | linux-4247f24c23589bcc3bc3490515ef8c9497e9ae55.tar.xz linux-4247f24c23589bcc3bc3490515ef8c9497e9ae55.zip |
Merge branch 'for-4.15/dax' into libnvdimm-for-next
Diffstat (limited to 'tools/testing/selftests/net/netdevice.sh')
-rwxr-xr-x | tools/testing/selftests/net/netdevice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/netdevice.sh b/tools/testing/selftests/net/netdevice.sh index 4e00568d70c2..90cb903c3381 100755 --- a/tools/testing/selftests/net/netdevice.sh +++ b/tools/testing/selftests/net/netdevice.sh @@ -178,7 +178,7 @@ if [ "$(id -u)" -ne 0 ];then exit 0 fi -ip -Version 2>/dev/null >/dev/null +ip link show 2>/dev/null >/dev/null if [ $? -ne 0 ];then echo "SKIP: Could not run test without the ip tool" exit 0 |