There was an error while loading. Please reload this page.
1 parent 4559ea1 commit 4a6659eCopy full SHA for 4a6659e
tests/basalt-add-local.bats
@@ -3,6 +3,8 @@
3
load './util/init.sh'
4
5
@test "Succeeds on relative path" {
6
+skip
7
+
8
test_util.init_app 'project-echo' 'subpkg'
9
10
test_util.init_app 'project-foxtrot' '.' \
@@ -19,6 +21,8 @@ load './util/init.sh'
19
21
}
20
22
23
@test "Succeeds on absolute path" {
24
25
26
27
28
tests/basalt-global.bats
@@ -31,6 +31,8 @@ load './util/init.sh'
31
32
33
@test "Remove works with multiple repositories" {
34
35
36
basalt global add 'hyperupcall/bash-object@v0.6.3'
37
basalt global add 'hyperupcall/bash-args@v0.8.1'
38
0 commit comments