Skip to content

Commit 6d5125f

Browse files
committed
tests/int/checkpoint: don't remove readonly flag
This should not longer be necessary (in theory, at least), let's see how it goes. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 417f5ff commit 6d5125f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/checkpoint.bats

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ function simple_cr() {
144144

145145
setup_pipes
146146

147-
# This should not be necessary: https://github.com/checkpoint-restore/criu/issues/575
148-
update_config '(.. | select(.readonly? != null)) .readonly |= false'
149-
150147
# TCP port for lazy migration
151148
port=27277
152149

0 commit comments

Comments
 (0)