From ce7c2cc33d118931cf59ae9cd8a7436f704668e7 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 19 Jul 2021 21:19:26 +0200 Subject: [PATCH] Tweak language MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Unix systems use the name “symbolic link” or “symlink”, not “soft link”. --- test/suites/inode_cache.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/suites/inode_cache.bash b/test/suites/inode_cache.bash index dcc5fc714..e328ac662 100644 --- a/test/suites/inode_cache.bash +++ b/test/suites/inode_cache.bash @@ -78,9 +78,9 @@ inode_cache_tests() { expect_inode_cache 1 0 0 test2.c # ------------------------------------------------------------------------- - TEST "Soft link" + TEST "Symbolic link" - echo "// soft linked" > test1.c + echo "// symbolically linked" > test1.c ln -fs test1.c test2.c $CCACHE_COMPILE -c test1.c $CCACHE_COMPILE -c test2.c -- 2.47.3