summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-09-30 23:37:10 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-09-30 23:40:40 +0200
commit2b01a801f6c597a60a1e622978bf7ac0105b9666 (patch)
treec67fc4ea95db08429c617b522a5f9f693692a0d4 /src/test
parent14c35ce7c1b9649bef14efeb3121660e541dd97a (diff)
test-fileio: Remove dead check
t cannot be null here
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-fileio.c2
1 files changed, 1 insertions, 1 deletions
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. */