summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mythfs/unittests/testMain.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mythfs/unittests/testMain.cpp b/mythfs/unittests/testMain.cpp
index 5641cec..6ddafe0 100644
--- a/mythfs/unittests/testMain.cpp
+++ b/mythfs/unittests/testMain.cpp
@@ -130,5 +130,11 @@ BOOST_AUTO_TEST_CASE( listByTitleInsidious )
BOOST_REQUIRE_EQUAL("/var/store/mythrecordings/1303_20151202205900.mpg", l);
}
+BOOST_AUTO_TEST_CASE( statfs )
+{
+ rv->statfs(re, "/");
+ // This just proxies a call to a real FS... can't really assert much here, just that it succeeds
+}
+
BOOST_AUTO_TEST_SUITE_END();