tests: Fall back to running the interactive output test on GNU/Linux only.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Nov 2023 15:55:28 +0000 (08:55 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 2 Nov 2023 15:55:28 +0000 (08:55 -0700)
It fails on Mac OS for unclear reasons.

tests/ui/terminal/main.at

index 41bbf58cde2c1c05ee670d7686ab948492a111f9..a4843c49250f4de190592cabc8bd38c5d5a500ef 100644 (file)
@@ -74,6 +74,11 @@ dnl Bug #63910 reported that command output was delayed until the
 dnl next command was supplied.  This checks for regression against
 dnl that bug.
 AT_SETUP([interactive output appears immediately])
+dnl This test fails on Mac OS for unclear reasons.
+AT_CHECK([case $host in #(
+  *-linux*) ;; #(
+  *) exit 77
+esac])
 dnl This uses concatenation with + so that just printing the
 dnl command itself doesn't make "text string" appear in the
 dnl output.