aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/postgresql/patches/jsonpath_encoding.out.patch
blob: b2479a9c1b8bd4c46b8ab041c51d54de078da090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- jsonpath_encoding.out	(645054971474b440c91194f741c40b6d7be0b93d)
+++ jsonpath_encoding.out	(8a1083b9b852a7dbb540208bd92787ee92f311f7)
@@ -1,13 +1,6 @@
 --
 -- encoding-sensitive tests for jsonpath
 --
--- We provide expected-results files for UTF8 (jsonpath_encoding.out)
--- and for SQL_ASCII (jsonpath_encoding_1.out).  Skip otherwise.
-SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII')
-       AS skip_test \gset
-\if :skip_test
-\quit
-\endif
 SELECT getdatabaseencoding();           -- just to label the results files
  getdatabaseencoding 
 ---------------------