From 2d2fee472589081888e3bd633b6bf2934dc147fe Mon Sep 17 00:00:00 2001 From: Travis Prescott Date: Tue, 13 Aug 2024 15:52:27 -0700 Subject: [PATCH] Fix test-commands. --- tools/tsp-client/test/run_commands.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tsp-client/test/run_commands.ts b/tools/tsp-client/test/run_commands.ts index 2df64e514b4..6dc2648c642 100644 --- a/tools/tsp-client/test/run_commands.ts +++ b/tools/tsp-client/test/run_commands.ts @@ -82,9 +82,9 @@ async function main() { await runCommand(baseDir, [ "compare", "--lhs", - "/test/examples/specification/compare/lhs", + "./test/examples/specification/compare/lhs", "--rhs", - "/test/examples/specification/compare/rhs", + "./test/examples/specification/compare/rhs", "--compile-tsp", ]);