diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -667,7 +667,7 @@ def test(tst): test_syntax_io(check, 'pretty.trig', 'pretty.trig', 'trig') with tst.group('GoodCommands') as check: - check([serdi, '%s/tests/good/manifest.ttl' % srcdir]) + check([serdi, '%s/serd.ttl' % srcdir], stdout=os.devnull) check([serdi, '-v']) check([serdi, '-h']) check([serdi, '-k', '512', '-s', '<foo> a <#Thingie> .']) |