diff --git a/src/python/devtest/os/test/ListCmd.py b/src/python/devtest/os/test/ListCmd.py index ac3c15f..8e337f1 100644 --- a/src/python/devtest/os/test/ListCmd.py +++ b/src/python/devtest/os/test/ListCmd.py @@ -380,9 +380,9 @@ class ListCmd(TestCase): # export too_many = actual - needed - ignore ignored = ignore - (ignore - actual) - slog_m(NOTICE, "--- needed:\n", format_rows(needed)) - slog_m(NOTICE, "--- actual:\n", format_rows(actual)) - slog_m(NOTICE, "--- ignored:\n", format_rows(ignored)) + slog_m(NOTICE, "--- needed:\n", format_rows(needed, quotes=True)) + slog_m(NOTICE, "--- actual:\n", format_rows(actual, quotes=True)) + slog_m(NOTICE, "--- ignored:\n", format_rows(ignored, quotes=True)) r = [] sep = ', '