mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
MFC: r201490
There are actually 129 tests here.
This commit is contained in:
parent
8a324a2c6d
commit
44a296d00a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ main()
|
|||
awk 'END { for (i = 1; i < 15; i++) print "l1_" i}' </dev/null >lines1
|
||||
awk 'END { for (i = 1; i < 10; i++) print "l2_" i}' </dev/null >lines2
|
||||
|
||||
echo "1..121"
|
||||
echo "1..129"
|
||||
|
||||
exec 4>&1 5>&2
|
||||
tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue