File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3
3
load ' util/init.sh'
4
4
5
5
@test " does nothing on no dependencies" {
6
- skip " bad test. assert_output '' is correct"
7
-
8
6
local site=' github.com'
9
7
local pkg=' username/package'
10
8
@@ -17,7 +15,7 @@ load 'util/init.sh'
17
15
run do-plumbing-add-deps " $site /$pkg "
18
16
19
17
assert_success
20
- assert_output " "
18
+ assert_output ' '
21
19
}
22
20
23
21
@test " installs properly given package.sh dependencies" {
Original file line number Diff line number Diff line change @@ -20,13 +20,11 @@ load 'util/init.sh'
20
20
# # BASH ##
21
21
22
22
@test " adds bash completions determined from package.sh" {
23
- skip " broken test?"
24
-
25
23
local site=' github.com'
26
24
local pkg=' username/package'
27
25
28
26
test_util.setup_pkg " $pkg " ; {
29
- echo " BASH_COMPLETIONS='ff'" > ' package.sh'
27
+ echo " BASH_COMPLETIONS='ff/comp.bash '" > ' package.sh'
30
28
mkdir ' ff'
31
29
touch ' ff/comp.bash'
32
30
}; test_util.finish_pkg
You can’t perform that action at this time.
0 commit comments