We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674633 commit 10387d5Copy full SHA for 10387d5
tests/do-link.bats
@@ -92,7 +92,7 @@ load 'util/init.sh'
92
93
test_util.create_pkg_dir "$dir"
94
95
- run do-link "$BPM_ORIGIN_DIR/$dir"
+ run do-link "$(util.readlink "$BPM_ORIGIN_DIR/$dir")"
96
97
assert_success
98
assert_line -n 0 -p "Linking '$BPM_ORIGIN_DIR/$dir'"
@@ -115,7 +115,7 @@ load 'util/init.sh'
115
test_util.create_pkg_dir "$dir1"
116
test_util.create_pkg_dir "$dir2"
117
118
- run do-link "$BPM_ORIGIN_DIR/$dir1" "$BPM_ORIGIN_DIR/$dir2"
+ run do-link "$(util.readlink "$BPM_ORIGIN_DIR/$dir1")" "$(test_util.readlink "$BPM_ORIGIN_DIR/$dir2")"
119
120
121
assert_line -n 0 -p "Linking '$BPM_ORIGIN_DIR/$dir1'"
0 commit comments