LUMIERA.clone/tests/20filedescriptor.tests
2008-05-19 16:27:27 +02:00

20 lines
339 B
Text

TESTING "Filedescriptor management" ./test-filedescriptors
echo testdata > ,tmp_testfile
TEST "acquire existing file" acquire_existing <<END
END
rm ,tmp_testfile
TEST "acquire file, creating it" acquire_create <<END
END
rm ,tmp_testfile
TEST "acquire file, creating it, nested dir" acquire_create_dir <<END
END
rm ,tmp_testdir -r