diff --git a/test/scripts/clicRec_e4h_input.sh b/test/scripts/clicRec_e4h_input.sh index 5a1277cb..bbdfcd89 100755 --- a/test/scripts/clicRec_e4h_input.sh +++ b/test/scripts/clicRec_e4h_input.sh @@ -48,13 +48,13 @@ fi # Second check: contents (at least superficially) echo "Comparing contents of Output_REC_e4h_input$iosvc.slcio" -if ! diff <(anajob Output_REC_e4h_input$iosvc.slcio) $TEST_DIR/inputFiles/anajob_Output_REC.expected; then +if ! diff -I "Output_REC_e4h_input.*\.slcio" <(anajob Output_REC_e4h_input$iosvc.slcio) $TEST_DIR/inputFiles/anajob_Output_REC.expected; then echo "File contents of REC slcio file are not as expected" exit 1 fi echo "Comparing contents of Output_DST_e4h_input$iosvc.slcio" -if ! diff <(anajob Output_DST_e4h_input$iosvc.slcio) $TEST_DIR/inputFiles/anajob_Output_DST.expected; then +if ! diff -I "Output_REC_e4h_input.*\.slcio" <(anajob Output_DST_e4h_input$iosvc.slcio) $TEST_DIR/inputFiles/anajob_Output_DST.expected; then echo "File contents of DST slcio file are not as expected" exit 1 fi