Skip to content

Commit 5e0609e

Browse files
test
1 parent 137b35f commit 5e0609e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/shim_env_command.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ teardown() {
2929
echo "dummy 1.0" >"$PROJECT_DIR/.tool-versions"
3030
run asdf install
3131

32-
run asdf env dummy which dummy
32+
run env "ASDF_FORCE_PREPEND=yes" asdf env dummy which dummy
3333
[ "$status" -eq 0 ]
3434
[ "$output" = "$ASDF_DIR/installs/dummy/1.0/bin/dummy" ]
3535
}

0 commit comments

Comments
 (0)