diff options
| author | merakor <cem@ckyln.com> | 2021-04-05 12:44:28 +0000 |
|---|---|---|
| committer | merakor <cem@ckyln.com> | 2021-04-05 12:44:28 +0000 |
| commit | f508a888ab8038b23eef8799b9f82ada9401170b (patch) | |
| tree | 2b7991bf0d8dc9330bf4411d22aeacba52f03c0b | |
| parent | d691d448dc21231b35eb700e57cdedf206c4a26c (diff) | |
| download | cpt-f508a888ab8038b23eef8799b9f82ada9401170b.tar.gz | |
shellspec: fix tests for file rename of README
FossilOrigin-Name: d7da135deb7e393c2d1b36da04caf8012789343519a5637d8e90ad4ba058315c
| -rw-r--r-- | spec/01_lib_spec.sh | 2 |
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 |
