From 6cadef2b71bf671de8758cf2a61e5216cad83fb9 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:51:23 +0100 Subject: [PATCH] Use `--output` rather than `>` for tests This is to make my life easier in finishing up https://github.com/eyereasoner/eye-js/pull/164 --- reasoning/cha58/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reasoning/cha58/test b/reasoning/cha58/test index fdf90291d..dba0f35b4 100755 --- a/reasoning/cha58/test +++ b/reasoning/cha58/test @@ -1,2 +1,2 @@ #!/bin/bash -x -eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/cha58/cha58-data.ttl http://josd.github.io/eye/reasoning/cha58/cha58-rules.n3 --query http://josd.github.io/eye/reasoning/cha58/cha58-query.n3 > cha58-answer.ttl +eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/cha58/cha58-data.ttl http://josd.github.io/eye/reasoning/cha58/cha58-rules.n3 --query http://josd.github.io/eye/reasoning/cha58/cha58-query.n3 --output cha58-answer.ttl