diff options
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH index 37679af4ea..02612e6895 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -844,9 +844,9 @@ test check: test-prep utest ucheck: test-prep if (true </dev/tty) >/dev/null 2>&1; then \ - cd t && $(LDLIBPTH) ./perl UTEST </dev/tty; \ + cd t && $(LDLIBPTH) ./perl TEST -utf8 </dev/tty; \ else \ - cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl UTEST; \ + cd t && PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) ./perl TEST -utf8; \ fi # For testing without a tty or controling terminal. See t/op/stat.t |