Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
let's try this
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Oct 18, 2023
1 parent 3e4e932 commit 202566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run/ch-run_misc.bats
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EOF

# default: no change
# shellcheck disable=SC2016
run ch-run "${ch_imgdir}"/quick -- /bin/sh -c 'echo $HOME'
run ch-run quick -- /bin/sh -c 'echo $HOME'
echo "$output"
[[ $status -eq 0 ]]
[[ $output = "/root" ]]
Expand Down

0 comments on commit 202566e

Please sign in to comment.