diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf6.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf6.ok | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf6.in b/regress/sbin/pfctl/pf6.in index 1194e71941b..180d36d85db 100644 --- a/regress/sbin/pfctl/pf6.in +++ b/regress/sbin/pfctl/pf6.in @@ -1,2 +1,3 @@ a=b c=x +a_b_c=d diff --git a/regress/sbin/pfctl/pf6.ok b/regress/sbin/pfctl/pf6.ok index 29ac49025ad..e7152b09501 100644 --- a/regress/sbin/pfctl/pf6.ok +++ b/regress/sbin/pfctl/pf6.ok @@ -1,2 +1,3 @@ a = b c = x +a_b_c = d |