]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak language
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Jul 2021 19:19:26 +0000 (21:19 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 20 Jul 2021 17:43:01 +0000 (19:43 +0200)
Unix systems use the name “symbolic link” or “symlink”, not “soft link”.

test/suites/inode_cache.bash

index dcc5fc714af7ee45ba199876fdbf6c9e61ca9672..e328ac662fca204bf5a6513756853970482d8b9a 100644 (file)
@@ -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