File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ load './util/init.sh'
11
11
12
12
assert_success
13
13
14
- assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo" * ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo" * ]
14
+ assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo@ " ???????????????????????????????????????? ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo" * ]
15
15
}
16
16
17
17
@test " Installs two dependencies" {
@@ -23,8 +23,8 @@ load './util/init.sh'
23
23
run basalt add " file://$dir1 " " file://$dir2 "
24
24
25
25
assert_success
26
- assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo1" * ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo1" * ]
27
- assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo2" * ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo2" * ]
26
+ assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo1@ " ???????????????????????????????????????? ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo1" * ]
27
+ assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo2@ " ???????????????????????????????????????? ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo2" * ]
28
28
}
29
29
30
30
@test " Installs transitive dependencies" {
@@ -37,6 +37,6 @@ load './util/init.sh'
37
37
run basalt add " file://$dir1 "
38
38
39
39
assert_success
40
- assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo1" * ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo1" * ]
41
- assert [ " $( readlink " ./.basalt/transitive/packages/local/fake_remote_user_repo2" * ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo2" * ]
40
+ assert [ " $( readlink " ./.basalt/packages/local/fake_remote_user_repo1@ " ???????????????????????????????????????? ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo1" * ]
41
+ assert [ " $( readlink " ./.basalt/transitive/packages/local/fake_remote_user_repo2@ " ???????????????????????????????????????? ) " = " $BASALT_GLOBAL_DATA_DIR /store/packages/local/fake_remote_user_repo2" * ]
42
42
}
You can’t perform that action at this time.
0 commit comments