diff options
author | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-08-04 01:31:49 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-08-04 09:36:36 +0200 |
commit | 2df22ecefc98cbdc9ef2539194c73e6bd9cccf29 (patch) | |
tree | 28820e6d5176be658fe6889e50dd65162fab3a32 /tests/py/inet/osf.t | |
parent | 106903fed8ef57ae6a6861087201cde09d86eaab (diff) |
test: py: fix osf testcases warning
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/inet/osf.t')
-rw-r--r-- | tests/py/inet/osf.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/py/inet/osf.t b/tests/py/inet/osf.t index 743049a0..4db20b7b 100644 --- a/tests/py/inet/osf.t +++ b/tests/py/inet/osf.t @@ -2,5 +2,5 @@ *ip;osfip;osfchain -osf name Linux;ok -osf name;fail +osf name "Linux";ok;osf "Linux" +osf name ;fail |