aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net-socket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net-socket/Makefile b/tools/testing/selftests/net-socket/Makefile
index f27ee10da530..2450fd8bb10a 100644
--- a/tools/testing/selftests/net-socket/Makefile
+++ b/tools/testing/selftests/net-socket/Makefile
@@ -10,7 +10,7 @@ all: $(NET_SOCK_PROGS)
$(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)