From cc33f8221b4e04d3e86b7ff072f996386a93d4be Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Dec 2020 20:58:18 +0100 Subject: Fix manifest test on Windows --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 8baefe7..137d2bd 100644 --- a/wscript +++ b/wscript @@ -341,7 +341,7 @@ def test(tst): sordi = './sordi_static' base = 'http://example.org/' snippet = '<{0}s> <{0}p> <{0}o> .\n'.format(base) - manifest = 'file://%s/tests/manifest.ttl' % srcdir + manifest = 'file://%s/tests/manifest.ttl' % srcdir.replace('\\', '/') with tst.group('Unit') as check: check(['./sord_test']) -- cgit v1.2.1