aboutsummaryrefslogtreecommitdiff
path: root/spec/01_lib_spec.sh
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-04-05 12:44:28 +0000
committermerakor <cem@ckyln.com>2021-04-05 12:44:28 +0000
commitf508a888ab8038b23eef8799b9f82ada9401170b (patch)
tree2b7991bf0d8dc9330bf4411d22aeacba52f03c0b /spec/01_lib_spec.sh
parentd691d448dc21231b35eb700e57cdedf206c4a26c (diff)
downloadcpt-f508a888ab8038b23eef8799b9f82ada9401170b.tar.gz
shellspec: fix tests for file rename of README
FossilOrigin-Name: d7da135deb7e393c2d1b36da04caf8012789343519a5637d8e90ad4ba058315c
Diffstat (limited to 'spec/01_lib_spec.sh')
-rw-r--r--spec/01_lib_spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/01_lib_spec.sh b/spec/01_lib_spec.sh
index 38eff6e..581ba70 100644
--- a/spec/01_lib_spec.sh
+++ b/spec/01_lib_spec.sh
@@ -104,7 +104,7 @@ Describe 'CPT Library'
Describe '_stat()'
It 'outputs the owner of the given file'
- When call _stat README.md
+ When call _stat LICENSE
The output should eq "$(id -un)"
End
End