summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh')
-rw-r--r--macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh b/macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh
index abf6ac045f..07be566bf0 100644
--- a/macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh
+++ b/macros/texinfo/texinfo/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh
@@ -6,7 +6,6 @@ if test z"$srcdir" = "z"; then
fi
one_test_logs_dir=test_log
-diffs_dir=diffs
dir=indices
@@ -16,9 +15,5 @@ mkdir -p $dir
"$srcdir"/run_parser_all.sh -dir $dir $name
exit_status=$?
cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
- echo
- cat $dir/$diffs_dir/$name.diff
-fi
exit $exit_status