]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: Fix failure string in net-socket selftests Makefile.
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2013 21:05:50 +0000 (17:05 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2013 21:15:14 +0000 (17:15 -0400)
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net-socket/Makefile

index f27ee10da530dad5c740340ad7aec8da084df222..2450fd8bb10ab95b8922cdea60c31eaf9148410e 100644 (file)
@@ -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)