File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ do_actual_removal() {
76
76
printf ' %s\n' " -> Unsymlinking directory"
77
77
unlink " $BPM_PACKAGES_PATH /$id "
78
78
else
79
- printf ' %s\n' " -> Deleting Git repository"
79
+ printf ' %s\n' " -> Removing Git repository"
80
80
rm -rf " ${BPM_PACKAGES_PATH:? } /$id "
81
81
if ! rmdir -p " ${BPM_PACKAGES_PATH:? } /${id%/* } " & > /dev/null; then
82
82
# Do not exit on "failure"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ $site/username2/p2
79
79
assert_line -p " Package '$site /$pkg ' is not installed"
80
80
}
81
81
82
- @test " error if ref is specified in arguments" {
82
+ @test " fail if ref is given durin list in arguments" {
83
83
local site=' github.com'
84
84
85
85
test_util.create_package ' username/p1'
You can’t perform that action at this time.
0 commit comments