From 2ffd9a14270ef0be81f7abf65027cc48846cdf4c Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 8 Feb 2017 23:29:03 +0000 Subject: [PATCH] PokeTZI: Ignore stdout (#74) The output of this test is timezone dependent and it already asserts that the result is reasonable. --- tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.T b/tests/all.T index 93531aec..3a1b41bc 100644 --- a/tests/all.T +++ b/tests/all.T @@ -6,5 +6,5 @@ test('helloworld', skip, compile_and_run, ['-package lang -package win32']) test('lasterror', normal, compile_and_run, ['-package Win32']) test('T4452', normal, compile_and_run, ['-package Win32']) -test('PokeTZI', normal, compile_and_run, ['-package Win32']) +test('PokeTZI', ignore_stdout, compile_and_run, ['-package Win32']) test('HandleConversion', normal, compile_and_run, ['-package Win32'])