summaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-03-19 17:05:50 -0400
committerDavid S. Miller <davem@davemloft.net>2013-03-19 17:15:14 -0400
commit947124460d0c47d465b5846946d3f2b5cee6026e (patch)
tree8fb0a96c397c504b4f69b3bb4e13ed83f404fc15 /tools/testing
parent77f65ebdca506870d99bfabe52bde222511022ec (diff)
downloadlinux-947124460d0c47d465b5846946d3f2b5cee6026e.tar.gz
linux-947124460d0c47d465b5846946d3f2b5cee6026e.tar.xz
net: Fix failure string in net-socket selftests Makefile.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
-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)