summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh')
-rw-r--r--macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh b/macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh
index 9d27c70866..be9ed80953 100644
--- a/macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh
+++ b/macros/texinfo/texinfo/tp/tests/test_scripts/formatting_test_redefine_need.sh
@@ -6,7 +6,6 @@ if test z"$srcdir" = "z"; then
fi
one_test_logs_dir=test_log
-diffs_dir=diffs
dir=formatting
@@ -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