From f508a888ab8038b23eef8799b9f82ada9401170b Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 5 Apr 2021 12:44:28 +0000 Subject: shellspec: fix tests for file rename of README FossilOrigin-Name: d7da135deb7e393c2d1b36da04caf8012789343519a5637d8e90ad4ba058315c --- spec/01_lib_spec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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 -- cgit v1.2.3