From 2d30b4dee596157d85ce9728921286a6242b5a29 Mon Sep 17 00:00:00 2001
From: Daniel J Walsh <dwalsh@redhat.com>
Date: Mon, 15 Aug 2022 07:18:34 -0400
Subject: Add compatibility support for --debug -D flag from docker

This is another fix for https://github.com/containers/podman/issues/14917

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
---
 test/system/001-basic.bats | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'test/system')

diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats
index cf37fc07c..584511388 100644
--- a/test/system/001-basic.bats
+++ b/test/system/001-basic.bats
@@ -190,6 +190,9 @@ See 'podman version --help'" "podman version --remote"
     run_podman --log-level=error   info
     run_podman --log-level=fatal   info
     run_podman --log-level=panic   info
+    run_podman --debug   info
+    run_podman 1 --debug --log-level=panic info
+    is "$output" "Setting --log-level and --debug is not allowed"
 }
 
 # vim: filetype=sh
-- 
cgit v1.2.3-54-g00ecf