Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Aug 12, 2019
1 parent 6c5e86f commit 2279081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ with_nodenv_plugin() {
local bin=${2:-$1}
local path="$NODENV_ROOT/plugins/$name/bin"
mkdir -p "$path"
# ln -sf /usr/bin/grep "$path/$bin" # using grep b/c it supports '--version'
echo "echo dummy" > "$path/$bin"
chmod +x "$path/$bin"
ln -sf "$(command -v grep)" "$path/$bin" # using grep b/c it supports '--version'
# echo "echo dummy" > "$path/$bin"
# chmod +x "$path/$bin"
}

with_nodes() {
Expand Down

0 comments on commit 2279081

Please sign in to comment.