| Submitter | Benoît Canet |
|---|---|
| Date | Nov. 26, 2012, 1:05 p.m. |
| Message ID | <1353935123-24199-25-git-send-email-benoit@irqsave.net> |
| Download | mbox | patch |
| Permalink | /patch/201700/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index d534e94..411f135 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -114,7 +114,8 @@ _make_test_img() -e "s# compat='[^']*'##g" \ -e "s# compat6=\\(on\\|off\\)##g" \ -e "s# static=\\(on\\|off\\)##g" \ - -e "s# lazy_refcounts=\\(on\\|off\\)##g" + -e "s# lazy_refcounts=\\(on\\|off\\)##g" \ + -e "s# dedup=\\(on\\|off\\)##g" } _cleanup_test_img()
Signed-off-by: Benoit Canet <benoit@irqsave.net> --- tests/qemu-iotests/common.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)