summaryrefslogtreecommitdiffstats
path: root/test/tmeta.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tmeta.c')
-rw-r--r--test/tmeta.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/tmeta.c b/test/tmeta.c
index 1ff8954..601964e 100644
--- a/test/tmeta.c
+++ b/test/tmeta.c
@@ -122,3 +122,25 @@ test_metadata(void)
num_errs++;
} /* end if */
} /* test_metadata() */
+
+
+/*-------------------------------------------------------------------------
+ * Function: cleanup_metadata
+ *
+ * Purpose: Cleanup temporary test files
+ *
+ * Return: none
+ *
+ * Programmer: Albert Cheng
+ * July 2, 1998
+ *
+ * Modifications:
+ *
+ *-------------------------------------------------------------------------
+ */
+void
+cleanup_metadata(void)
+{
+ /* no file to clean */
+}
+