tests: Remove two tests that proved problematic cross-OS and cross-arch.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 7 Jan 2024 19:09:07 +0000 (11:09 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 7 Jan 2024 19:09:07 +0000 (11:09 -0800)
commit5237751f056148020fc02cec406321d8cd092062
treeda2ef2d4b7663c1edb20f570102f1dcf67d34d6f
parentd8f8542df36afc05f526af2ddd1e2782d09495e3
tests: Remove two tests that proved problematic cross-OS and cross-arch.

The test "journal enabled by default interactively" failed in Debian
testing on s390x, powerpc, and ppc64.  I can't reproduce the problem on
x86_64.  This commit removes it.

The test "interactive output appears immediately" failed in Debian testing
on s390x, hppa, powerpc, and ppc64.  It also previously failed on Mac OS.
I can reproduce the problem on x86_64 if readline isn't available, but not
if it is.  (I think it would always be available for Debian).  This commit
removes it.

Thanks to Friedrich Beckmann for reporting the Debian build problems.
tests/output/journal.at
tests/ui/terminal/main.at