summaryrefslogtreecommitdiff
path: root/tests/pr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pr')
-rwxr-xr-xtests/pr/pr-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests
index 8c3723671..9c0ebca04 100755
--- a/tests/pr/pr-tests
+++ b/tests/pr/pr-tests
@@ -4500,7 +4500,7 @@ else
esac
fi
test -s dbl-sp-b.E || rm -f dbl-sp-b.E
-$xx --test -h x -W1 $srcdir/narrow-1.I > narrow-1.O 2> narrow-1.E
+$xx --test -h x -W1 -t $srcdir/narrow-1.I > narrow-1.O 2> narrow-1.E
code=$?
if test $code != 0; then
$echo "Test narrow-1 failed: ../../src/pr return code $code differs from expected value 0" 1>&2