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

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Oct 4, 2023
1 parent bda2e63 commit 4743af5
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 @@ -70,7 +70,7 @@ EOF
run ch-run "$ch_timg" -- /bin/sh -c 'echo $HOME'
echo "$output"
[[ $status -eq 0 ]]
[[ $output = "$HOME" ]]
[[ $output = "/" ]]

# set $HOME if --home
# shellcheck disable=SC2016
Expand Down

0 comments on commit 4743af5

Please sign in to comment.