net: Fix failure string in net-socket selftests Makefile.
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/tools/testing/selftests/net-socket/Makefile b/tools/testing/selftests/net-socket/Makefile
index f27ee10..2450fd8 100644
--- a/tools/testing/selftests/net-socket/Makefile
+++ b/tools/testing/selftests/net-socket/Makefile
@@ -10,7 +10,7 @@
$(CC) $(CFLAGS) -o $@ $^
run_tests: all
- @/bin/sh ./run_netsocktests || echo "vmtests: [FAIL]"
+ @/bin/sh ./run_netsocktests || echo "sockettests: [FAIL]"
clean:
$(RM) $(NET_SOCK_PROGS)