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

Commit

Permalink
fix -W detection
Browse files Browse the repository at this point in the history
  • Loading branch information
reidpr committed Apr 18, 2024
1 parent 7386c35 commit 92459fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run/ch-run_misc.bats
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ EOF

@test 'ch-run --bind with tmpfs overmount' {
[[ -n $CH_TEST_SUDO ]] || skip 'sudo required'
demand-overlayfs
ch-run -W "$ch_timg" -- true
#demand-overlayfs

img=$BATS_TMPDIR/bind-overmount
src=$BATS_TMPDIR/bind-overmount-src
Expand Down

0 comments on commit 92459fe

Please sign in to comment.