From bbe947002cbc2a0ab15818679468b29f70858f51 Mon Sep 17 00:00:00 2001 From: Dave Birdsall Date: Tue, 27 Jun 2017 20:30:20 +0000 Subject: [PATCH] [TRAFODION-2662] Yet another attempt at fixing compGeneral/TEST023 --- core/sql/regress/compGeneral/FILTER023 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/sql/regress/compGeneral/FILTER023 b/core/sql/regress/compGeneral/FILTER023 index 0f489a3d4e..35672c130e 100755 --- a/core/sql/regress/compGeneral/FILTER023 +++ b/core/sql/regress/compGeneral/FILTER023 @@ -33,8 +33,12 @@ fi sed " s/TRAF_SAMPLE_[0-9]*_[0-9]*_[0-9]*/TRAF_SAMPLE_nn_nnnnnnnnnn_nnnnnn/g +s/TRAF_SAMPLE_[0-9]*_[0-9]*/TRAF_SAMPLE_nn_nnnnnnnnnn/g +s/TRAF_SAMPLE_[0-9]*/TRAF_SAMPLE_nn/g s/E_[0-9]*_[0-9]*_[0-9]* WHERE/E_nn_nnnnnnnnnn_nnnnnn WHERE/g s/[0-9]*\.[0-9]* PERCENT/nn.nn PERCENT/g +s/[0-9]*_[0-9]*_[0-9]*_I/nn_nnnnnnnnnn_nnnnnn_I/g +s/[0-9]*_[0-9]*_I/nnnnnnnnnn_nnnnnn_I/g s/[0-9]*_I/nnnnnn_I/g " $fil