From 356613170568c806377cc3be98d978c621393829 Mon Sep 17 00:00:00 2001 From: fedir Date: Thu, 22 May 2025 09:01:50 +0200 Subject: [PATCH] Added memory errors warning --- test/test.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.bash b/test/test.bash index 80434ca..397c822 100755 --- a/test/test.bash +++ b/test/test.bash @@ -59,6 +59,8 @@ fi #valgrind -s ../build/icfs -o default_permissions ./protected & +echo "[ICFS-TEST]: You may see memory errors from valgrind at this stage. This is normal - memory isn't lost, the libfuse just forked the process." + # WARN: please don't use `>` or `>>` operators. They force **this script** to open the file, **not the program you are trying to run**. This is probably not what you mean when you want to test a specific program's access. # WARN: avoid using touch, since it generates errors because setting times is not implemented in icfs **yet**.