chiark / gitweb /
test-fileio: Remove dead check
[elogind.git] / src / test / test-fileio.c
index 1b998281912543a927ad00fa42997881d291a523..ad65abf42663e877c49b3b681757ab628a86c3c9 100644 (file)
@@ -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. */