From: Joel Rosdahl Date: Wed, 20 Jul 2022 20:54:45 +0000 (+0200) Subject: test: Remove superfluous period from error message X-Git-Tag: v4.6.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b956555ce83f7de25f3ab171014b9f97d8d287f;p=thirdparty%2Fccache.git test: Remove superfluous period from error message (cherry picked from commit c1ad0adf7db95c9a1982325074ebb1a79ba5cd1b) --- diff --git a/test/run b/test/run index 1e381b35a..f2fb3dfe9 100755 --- 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 }