tests: fixes posix_compatible test

This commit is contained in:
Kevin K 2018-08-20 20:35:57 -04:00
parent d90186d3bb
commit 3c433636fd
No known key found for this signature in database
GPG key ID: 2E39D46AABC94DDD

View file

@ -595,6 +595,7 @@ where
{
self.app.settings.set(AS::TrailingValues);
}
self.seen.push(p.name);
let _ = self.add_val_to_arg(p, &arg_os, matcher)?;
matcher.inc_occurrence_of(p.name);