20 lines
339 B
Text
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
|