projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49d68c
)
tests: Fall back to running the interactive output test on GNU/Linux only.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 2 Nov 2023 15:55:28 +0000
(08:55 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/tests/ui/terminal/main.at
b/tests/ui/terminal/main.at
index 41bbf58cde2c1c05ee670d7686ab948492a111f9..a4843c49250f4de190592cabc8bd38c5d5a500ef 100644
(file)
--- 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.