Skip to content

Commit

Permalink
fix(try/explore): fix path for env
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Dec 10, 2024
1 parent ffc918a commit 605b877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/explore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ trap 'cleanup' EXIT
try_workspace="$(mktemp -d)"
cd "$try_workspace" || exit 9

SHELL="/bin/bash --norc"
SHELL="/usr/bin/env bash --norc"
export SHELL
PS1="# "
export PS1

echo hi >expected.out

cat >explore.exp <<EOF
#!/usr/bin/expect
#!/usr/bin/env expect
set timeout 3
Expand Down

0 comments on commit 605b877

Please sign in to comment.