summaryrefslogtreecommitdiff
path: root/libmailutils/tests/strout.at
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/tests/strout.at')
-rw-r--r--libmailutils/tests/strout.at22
1 files changed, 9 insertions, 13 deletions
diff --git a/libmailutils/tests/strout.at b/libmailutils/tests/strout.at
index 0db7c9549..77289d101 100644
--- a/libmailutils/tests/strout.at
+++ b/libmailutils/tests/strout.at
@@ -15,22 +15,18 @@
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([strout])
-AT_KEYWORDS([stdstream])
+AT_KEYWORDS([stdstream strout])
-AT_CHECK([
-strout now is the time for all good men
-],
-[0],
-[now
-is
-the
-time
-for
-all
-good
-men
+AT_DATA([expout],
+[The fact that an opinion has been widely held is no evidence that it is not
+utterly absurd; indeed, in view of the silliness of the majority of mankind,
+a widespread belief is more often likely to be foolish than sensible.
])
+AT_CHECK([strout < expout],
+[0],
+[expout])
+
AT_CLEANUP

Return to:

Send suggestions and report system problems to the System administrator.