diff --git a/testdata/dump__glob__ok.ct b/testdata/dump__glob__ok.ct index a0a0525..b58c19c 100644 --- a/testdata/dump__glob__ok.ct +++ b/testdata/dump__glob__ok.ct @@ -5,4 +5,4 @@ $ pda dump --glob a* {"key":"a1","value":"1","encoding":"text"} {"key":"a2","value":"2","encoding":"text"} $ pda dump --glob c* --> FAIL -Error: cannot dump '@default': No matches for pattern 'c*' +Error: No matches for pattern 'c*'