From 00fe328723e84dd434f4d49be5b2e35508206942 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Aug 2013 17:18:07 +0000 Subject: [PATCH] -also on W32 --- src/fs/test_gnunet_fs_ns.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/test_gnunet_fs_ns.py.in b/src/fs/test_gnunet_fs_ns.py.in index 891980b68..738e595f0 100755 --- a/src/fs/test_gnunet_fs_ns.py.in +++ b/src/fs/test_gnunet_fs_ns.py.in @@ -44,7 +44,7 @@ elif os.name == 'nt': publish = './gnunet-publish.exe' unindex = './gnunet-unindex.exe' search = './gnunet-search.exe' - identity = './gnunet-identity.exe' + identity = 'gnunet-identity.exe' if os.name == "nt": shutil.rmtree (os.path.join (os.getenv ("TEMP"), "gnunet-test-fs-py-ns"), True) -- 2.25.1