summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/regex.linux.utf8_1.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/regex.linux.utf8_1.out')
-rw-r--r--src/test/regress/expected/regex.linux.utf8_1.out11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/regress/expected/regex.linux.utf8_1.out b/src/test/regress/expected/regex.linux.utf8_1.out
deleted file mode 100644
index 9c6ff495418..00000000000
--- a/src/test/regress/expected/regex.linux.utf8_1.out
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * This test is for Linux/glibc systems (conceivably it could be run on
- * others that implement proper classification of high Unicode characters).
- * It must be run in a database with UTF8 encoding and a Unicode-aware locale.
- */
-SELECT getdatabaseencoding() <> 'UTF8' OR
- current_setting('lc_ctype') = 'C' OR
- version() !~ 'linux-gnu'
- AS skip_test \gset
-\if :skip_test
-\quit