From: Thomas Hindoe Paaboel Andersen Date: Tue, 30 Sep 2014 21:37:10 +0000 (+0200) Subject: test-fileio: Remove dead check X-Git-Tag: v217~391 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2b01a801f6c597a60a1e622978bf7ac0105b9666;p=elogind.git test-fileio: Remove dead check t cannot be null here --- diff --git a/src/test/test-fileio.c b/src/test/test-fileio.c index 1b9982819..ad65abf42 100644 --- a/src/test/test-fileio.c +++ b/src/test/test-fileio.c @@ -258,7 +258,7 @@ static void test_status_field(void) { assert_se(safe_atollu(s, &buffers) == 0); } - if (p && t) + if (p) assert(buffers < total); /* Seccomp should be a good test for field full of zeros. */