summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine
diff options
context:
space:
mode:
authorAsit Dhal <dhal.asitk@gmail.com>2020-06-09 05:28:58 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-10 11:23:10 (GMT)
commita7d44d55aea622dccd80164ed9f616ee77d5aba7 (patch)
tree6c88afcf1485ac9281d7b0dc3dd5e5a0d9c8ff58 /Tests/RunCMake/CommandLine
parentc08ee5e74e4ee19989a99a405936a1cb61d33534 (diff)
downloadCMake-a7d44d55aea622dccd80164ed9f616ee77d5aba7.zip
CMake-a7d44d55aea622dccd80164ed9f616ee77d5aba7.tar.gz
CMake-a7d44d55aea622dccd80164ed9f616ee77d5aba7.tar.bz2
cmake: remove -E compare_files error message if files differ
It is not an error for the files to be different. Fixes: #20803
Diffstat (limited to 'Tests/RunCMake/CommandLine')
-rw-r--r--Tests/RunCMake/CommandLine/E_compare_files-different-eol-stderr.txt1
-rw-r--r--Tests/RunCMake/CommandLine/E_compare_files-ignore-eol-nonexistent-stderr.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/CommandLine/E_compare_files-different-eol-stderr.txt b/Tests/RunCMake/CommandLine/E_compare_files-different-eol-stderr.txt
deleted file mode 100644
index 4729ccb..0000000
--- a/Tests/RunCMake/CommandLine/E_compare_files-different-eol-stderr.txt
+++ /dev/null
@@ -1 +0,0 @@
-^Files ".*/compare_files/lf" to ".*/compare_files/crlf" are different.$
diff --git a/Tests/RunCMake/CommandLine/E_compare_files-ignore-eol-nonexistent-stderr.txt b/Tests/RunCMake/CommandLine/E_compare_files-ignore-eol-nonexistent-stderr.txt
deleted file mode 100644
index 8a9ca81..0000000
--- a/Tests/RunCMake/CommandLine/E_compare_files-ignore-eol-nonexistent-stderr.txt
+++ /dev/null
@@ -1 +0,0 @@
-^Files "nonexistent_a" to "nonexistent_b" are different.$