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

Commit

Permalink
appease shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Oct 17, 2023
1 parent 8c7aa78 commit 3e4e932
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 "${ch_imgdir}"/quick -- /bin/sh -c 'echo $HOME'
echo "$output"
[[ $status -eq 0 ]]
[[ $output = "/root" ]]
Expand Down

0 comments on commit 3e4e932

Please sign in to comment.