From 74915f629d88bcb19361ba8b57b9e78e38cd111c Mon Sep 17 00:00:00 2001 From: sanchuanhehe Date: Sat, 14 Jun 2025 22:10:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(test):=20=E6=9B=B4=E6=96=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=B8=AD`chsrc.png`=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=8C=E4=BF=AE=E6=AD=A3=E5=9B=BE=E7=89=87=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=BC=95=E7=94=A8=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/xy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/xy.c b/test/xy.c index d342e9b..89b17e9 100644 --- a/test/xy.c +++ b/test/xy.c @@ -85,7 +85,7 @@ main (int argc, char const *argv[]) xy_str_gsub ("abcdefabcdef", "abc", "DEF")); // 等量 - assert (xy_file_exist ("./image/chsrc.png")); + assert (xy_file_exist ("./doc/image/chsrc.png")); assert (xy_dir_exist ("~")); if (xy_on_windows) {