aboutsummaryrefslogtreecommitdiff
path: root/t/fcp-01.t
diff options
context:
space:
mode:
Diffstat (limited to 't/fcp-01.t')
-rw-r--r--t/fcp-01.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/fcp-01.t b/t/fcp-01.t
index 88ed9bf..7626cd4 100644
--- a/t/fcp-01.t
+++ b/t/fcp-01.t
@@ -112,3 +112,5 @@ is($fc->get($wr_file->stringify),
'bad',
'parsed after put');
}
+
+is($fc->get('nosuchfile'),undef,'return undef on non-existant files');