]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
test: Remove superfluous period from error message
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 20 Jul 2022 20:54:45 +0000 (22:54 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Aug 2022 12:08:18 +0000 (14:08 +0200)
(cherry picked from commit c1ad0adf7db95c9a1982325074ebb1a79ba5cd1b)

test/run

index 1e381b35a10b0ad7df35480153cd7d912cd70b76..f2fb3dfe9fa093fc1622dd83d6ff5ae43bb0ee7b 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -267,7 +267,7 @@ expect_content() {
         test_failed_internal "$file not found"
     fi
     if [ "$(cat $file)" != "$content" ]; then
-        test_failed_internal "Bad content of $file.\nExpected: $content\nActual: $(cat $file)"
+        test_failed_internal "Bad content of $file\nExpected: $content\nActual: $(cat $file)"
     fi
 }