Browse Source

net: Fix failure string in net-socket selftests Makefile.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 12 years ago
parent
commit
947124460d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/testing/selftests/net-socket/Makefile

+ 1 - 1
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)