aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-03-04 06:58:13 +0000
committermerakor <cem@ckyln.com>2021-03-04 06:58:13 +0000
commit0dd4b33b5d1dcf7634a7df65ad2ce2f4e132d745 (patch)
treed20295e73af7940de6476deac8cff42ed62f8662
parent7735b28c834b70964b068784f756547f9c146f94 (diff)
downloadcpt-0dd4b33b5d1dcf7634a7df65ad2ce2f4e132d745.tar.gz
.build.yml: update
FossilOrigin-Name: 81d47900c802cd9fe6b929ac99a75587e6378edc91d2bd76bff725639fef7c5a
-rw-r--r--.build.yml2
-rw-r--r--spec/01_lib_spec.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 478ee0f..282e264 100644
--- a/.build.yml
+++ b/.build.yml
@@ -9,5 +9,5 @@ tasks:
make
- test: |
cd cpt
- curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr/local
+ curl -fsSL https://git.io/shellspec | sudo sh -s -- -y -p /usr
make test
diff --git a/spec/01_lib_spec.sh b/spec/01_lib_spec.sh
index 62591a7..38eff6e 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
+ When call _stat README.md
The output should eq "$(id -un)"
End
End