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 27098dd commit 5241c91Copy full SHA for 5241c91
tests/do-link.bats
@@ -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 "$(util.readlink "$BPM_ORIGIN_DIR/$dir1")" "$(test_util.readlink "$BPM_ORIGIN_DIR/$dir2")"
+ run do-link "$(util.readlink "$BPM_ORIGIN_DIR/$dir1")" "$(util.readlink "$BPM_ORIGIN_DIR/$dir2")"
119
120
assert_success
121
assert_line -n 0 -p "Linking '$BPM_ORIGIN_DIR/$dir1'"
0 commit comments