From d5881e50b779cbaa9372750d081b659be98ebe4c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 28 Jun 2022 14:35:27 +1200 Subject: [PATCH] omegatest: Add space before \ for consistency (cherry picked from commit a8f1ad153ad56296b94333cdd54ad93931e9f48a) --- xapian-applications/omega/omegatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-applications/omega/omegatest b/xapian-applications/omega/omegatest index b6efa60c4..ea9000fbf 100755 --- a/xapian-applications/omega/omegatest +++ b/xapian-applications/omega/omegatest @@ -1330,7 +1330,7 @@ fi # Regression test: error given for multiple `unique` actions. printf 'id : boolean=Q unique=Q\nguid : boolean=G unique=G' > "$TEST_INDEXSCRIPT" -test_scriptindex_error 'UNIQUE used more than once'\ +test_scriptindex_error 'UNIQUE used more than once' \ "$TEST_INDEXSCRIPT:2:18: error: Index action 'unique' used more than once $TEST_INDEXSCRIPT:1:16: note: Previously used here" -- 2.11.4.GIT