Skip to content

Commit

Permalink
Merge pull request #3072 from alexlarsson/fix-whiteout-test
Browse files Browse the repository at this point in the history
tests: Fix whiteout test
  • Loading branch information
cgwalters committed Oct 12, 2023
2 parents 334f53d + 397a117 commit cd0fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ echo "ok test error pre commit/bootid"

# Whiteouts
cd ${test_tmpdir}
mkdir -p overlay/baz/
mkdir -p overlay/baz/another/
if touch overlay/baz/.wh.cow && touch overlay/.wh.deeper && touch overlay/baz/another/.wh..wh..opq; then
touch overlay/anewfile
mkdir overlay/anewdir/
Expand Down

0 comments on commit cd0fc9f

Please sign in to comment.