From: Christian Grothoff Date: Wed, 21 Aug 2013 17:17:38 +0000 (+0000) Subject: -relative path X-Git-Tag: initial-import-from-subversion-38251~7710 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da9e0e9dd9c2b267e6b3761cb9fe4ca7de178f45;p=oweals%2Fgnunet.git -relative path --- diff --git a/src/fs/test_gnunet_fs_ns.py.in b/src/fs/test_gnunet_fs_ns.py.in index 46080df4f..891980b68 100755 --- a/src/fs/test_gnunet_fs_ns.py.in +++ b/src/fs/test_gnunet_fs_ns.py.in @@ -37,7 +37,7 @@ if os.name == 'posix': publish = './gnunet-publish' unindex = './gnunet-unindex' search = './gnunet-search' - identity = './gnunet-identity' + identity = 'gnunet-identity' elif os.name == 'nt': pseudonym = './gnunet-pseudonym.exe' gnunetarm = 'gnunet-arm.exe'