]> 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>
Wed, 20 Jul 2022 20:55:54 +0000 (22:55 +0200)
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
 }