diff options
Diffstat (limited to 'src/test/locale/de_DE.ISO8859-1/runall')
-rwxr-xr-x | src/test/locale/de_DE.ISO8859-1/runall | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/locale/de_DE.ISO8859-1/runall b/src/test/locale/de_DE.ISO8859-1/runall index b682dc32a6a..dda03053075 100755 --- a/src/test/locale/de_DE.ISO8859-1/runall +++ b/src/test/locale/de_DE.ISO8859-1/runall @@ -3,9 +3,6 @@ PATH=..:$PATH echo "Testing PostgreSQL compilation..." -if ! test-pgsql-locale; then - exit 1 -fi LC_CTYPE=de_DE.ISO8859-1 LC_COLLATE=$LC_CTYPE |