From 2ec99d979846f66c3d77481f6c4f1baacf6ce522 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 2 Nov 2023 08:55:28 -0700 Subject: [PATCH] tests: Fall back to running the interactive output test on GNU/Linux only. It fails on Mac OS for unclear reasons. --- tests/ui/terminal/main.at | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ui/terminal/main.at b/tests/ui/terminal/main.at index 41bbf58cde..a4843c4925 100644 --- a/tests/ui/terminal/main.at +++ b/tests/ui/terminal/main.at @@ -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. -- 2.30.2