summaryrefslogtreecommitdiff
path: root/without-tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-06 19:44:50 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-06 19:44:50 +1200
commitab4870473d5c42fef21ac1693a5b484ee33d0542 (patch)
tree07524f2defd768e012a44e991a2cc16886e36191 /without-tests
parent7a858dde6bc97df244a907f9828742ab0eaa57d7 (diff)
downloadobnam-ab4870473d5c42fef21ac1693a5b484ee33d0542.tar.gz
Add plugin to register LocalFS with the app's VfsFactory.
This required changing a few places to using LocalFS directory, rather than via VfsFactory, since it makes no sense to have to load plugins in unit test suites just for this, especially since the unit tests will be using local files anyway.
Diffstat (limited to 'without-tests')
-rw-r--r--without-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-tests b/without-tests
index 36388eb8..97c8ed22 100644
--- a/without-tests
+++ b/without-tests
@@ -18,3 +18,4 @@
./obnamlib/plugins/forget_plugin.py
./obnamlib/plugins/fsck_plugin.py
+./obnamlib/plugins/vfs_local_plugin.py