diff options
author | merakor <cem@ckyln.com> | 2021-04-12 12:46:00 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-04-12 12:46:00 +0000 |
commit | c73369c07f7a21701b5f4801081a92602bda81ca (patch) | |
tree | 677740bef73875fe37e56b41fab4275ece856fb3 | |
parent | 98fafaf10a658ba48a107fc1657522385a9fb4b0 (diff) | |
download | cpt-c73369c07f7a21701b5f4801081a92602bda81ca.tar.gz |
spec: update tests for create_tmp()
FossilOrigin-Name: 77edf9484c87a1c8eb70aea3ebb05d9440a062926464123ad5f34abef952f13a
-rw-r--r-- | spec/01_lib_spec.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/spec/01_lib_spec.sh b/spec/01_lib_spec.sh index 38eff6e..c90eac1 100644 --- a/spec/01_lib_spec.sh +++ b/spec/01_lib_spec.sh @@ -186,16 +186,12 @@ Describe 'CPT Library' The variable CPT_HOOK should eq "$PWD/tests/hook-file" End End - Describe 'create_cache()' + Describe 'create_tmp()' After pkg_clean It 'creates cache directories' - When call create_cache + When call create_tmp The variable mak_dir should be a directory End - It "doesn't create build directories if an argument is passed" - When call create_cache nobuild - The variable mak_dir should be undefined - End End Describe 'pkg_get_base()' CPT_ROOT=$PWD/tests |