summaryrefslogtreecommitdiffstats
path: root/services/Makefile
diff options
context:
space:
mode:
authorroot <root@ire.retiolum>2013-01-29 18:48:09 +0100
committerroot <root@ire.retiolum>2013-01-29 18:48:09 +0100
commitea60224f28cf702053d8fd06ef32cc683ed4aff1 (patch)
tree66ccbf4890c0e46b5b8a36e60697f8ba10c928c3 /services/Makefile
parentc2070c71abfbe4ae10ee9d66c8af4d31bfc901c9 (diff)
//services test.py -> test-server.py
Diffstat (limited to 'services/Makefile')
-rw-r--r--services/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Makefile b/services/Makefile
index 3ef670a3..61e0f529 100644
--- a/services/Makefile
+++ b/services/Makefile
@@ -32,7 +32,7 @@ test-client:
ssh localhost -p 1337 2>/dev/null
test-server:
- python test.py
+ ./test-server.py
$(host_key_file):
ssh-keygen -t rsa -P '' -f $@