From 9b31bb366add4b96397aabb794a667ee8bd4d068 Mon Sep 17 00:00:00 2001 From: xxchan Date: Fri, 28 Jun 2024 17:31:39 +0800 Subject: [PATCH] fix Signed-off-by: xxchan --- tests/system_command/system_command.slt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_command/system_command.slt b/tests/system_command/system_command.slt index fae1a11..7945aab 100644 --- a/tests/system_command/system_command.slt +++ b/tests/system_command/system_command.slt @@ -9,7 +9,7 @@ select read("${__TEST_DIR__}/test.txt") 114514 system ok -echo 1919810 > ${__TEST_DIR__}/test.txt +echo 1919810 > $__TEST_DIR__/test.txt query T select read("${__TEST_DIR__}/test.txt")