[PATCH 3/3] test: canonicalize quotes in xapian error messages
David Bremner
david at tethera.net
Fri Jan 29 03:53:13 PST 2016
These differ between 1.2 and 1.3, so we transform the 1.2 backquote to a
single quote for compatibility
---
test/T360-symbol-hiding.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/T360-symbol-hiding.sh b/test/T360-symbol-hiding.sh
index 4ec0ea6..89e7f16 100755
--- a/test/T360-symbol-hiding.sh
+++ b/test/T360-symbol-hiding.sh
@@ -15,11 +15,11 @@ test_begin_subtest 'running test' run_test
mkdir -p ${PWD}/fakedb/.notmuch
( LD_LIBRARY_PATH="$TEST_DIRECTORY/../lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" \
$TEST_DIRECTORY/symbol-test ${PWD}/fakedb ${PWD}/nonexistent \
- 2>&1 | sed "s,${PWD},CWD,g") > OUTPUT
+ 2>&1 | notmuch_dir_sanitize | sed "s,\`,\',g") > OUTPUT
cat <<EOF > EXPECTED
A Xapian exception occurred opening database: Couldn't stat 'CWD/fakedb/.notmuch/xapian'
-caught No chert database found at path \`CWD/nonexistent'
+caught No chert database found at path 'CWD/nonexistent'
EOF
test_expect_equal_file EXPECTED OUTPUT
--
2.6.4
More information about the notmuch
mailing list