diff options
author | root <root@ire.retiolum> | 2013-01-29 18:48:09 +0100 |
---|---|---|
committer | root <root@ire.retiolum> | 2013-01-29 18:48:09 +0100 |
commit | ea60224f28cf702053d8fd06ef32cc683ed4aff1 (patch) | |
tree | 66ccbf4890c0e46b5b8a36e60697f8ba10c928c3 /services | |
parent | c2070c71abfbe4ae10ee9d66c8af4d31bfc901c9 (diff) |
//services test.py -> test-server.py
Diffstat (limited to 'services')
-rw-r--r-- | services/Makefile | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | services/test-server.py (renamed from services/test.py) | 2 |
2 files changed, 2 insertions, 2 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 $@ diff --git a/services/test.py b/services/test-server.py index 06340a54..ce8fbaa4 100644..100755 --- a/services/test.py +++ b/services/test-server.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 from os import environ as env |