test/mbox: Assert that the flash fd is sane

Change-Id: I8f08db1b0ae19197c3fb8c4053deab900154a125
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/test/mbox.c b/test/mbox.c
index 8897924..a351250 100644
--- a/test/mbox.c
+++ b/test/mbox.c
@@ -290,6 +290,8 @@
 	struct mbox_test_context *arg;
 	void *map;
 
+	assert(test.flash.fd > 2);
+
 	/* Sanity check */
 	arg = container_of(context, struct mbox_test_context, context);
 	assert(&test == arg);