summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-07-20 22:54:45 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-08-20 14:08:18 +0200
commit2b956555ce83f7de25f3ab171014b9f97d8d287f (patch)
treeeae5c97ca9876cc52ab3c6d40f4e88edfc1eab39
parent2406c178a0659d21ac44f506eaaaa5405961c78f (diff)
downloadccache-2b956555ce83f7de25f3ab171014b9f97d8d287f.tar.gz
test: Remove superfluous period from error message
(cherry picked from commit c1ad0adf7db95c9a1982325074ebb1a79ba5cd1b)
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 1e381b35..f2fb3dfe 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
}