From d0d6cd4b581cb016493401e190e5b813218816e5 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 2 Jan 2008 21:20:15 +0000 Subject: better handling of non-existing files, and a --clean option git-svn-id: svn://luxion/repos/WebCoso/trunk@319 fcb26f47-9200-0410-b104-b98ab5b095f3 --- t/fcp-01.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/fcp-01.t') 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'); -- cgit v1.2.3