Skip to content

Commit 5241c91

Browse files
committed
test: Replace incorrect invocation of 'test_util.readlink' to 'util.readlink'
1 parent 27098dd commit 5241c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/do-link.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ load 'util/init.sh'
115115
test_util.create_pkg_dir "$dir1"
116116
test_util.create_pkg_dir "$dir2"
117117

118-
run do-link "$(util.readlink "$BPM_ORIGIN_DIR/$dir1")" "$(test_util.readlink "$BPM_ORIGIN_DIR/$dir2")"
118+
run do-link "$(util.readlink "$BPM_ORIGIN_DIR/$dir1")" "$(util.readlink "$BPM_ORIGIN_DIR/$dir2")"
119119

120120
assert_success
121121
assert_line -n 0 -p "Linking '$BPM_ORIGIN_DIR/$dir1'"

0 commit comments

Comments
 (0)