mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229
sys/vm/vnode_pager.c. cVS: ----------------------------------------------------------------------
This commit is contained in:
parent
cab68f571e
commit
6bc39031ef
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@ make >/dev/null 2>&1
|
|||
tests="test-empty test-nonexist test-nonexistshell \
|
||||
test-devnullscript test-badinterplen test-goodscript \
|
||||
test-scriptarg test-scriptarg-nospace test-goodaout \
|
||||
test-truncaout"
|
||||
test-truncaout test-sparceaout"
|
||||
|
||||
n=0
|
||||
|
||||
echo "1..10"
|
||||
echo "1..11"
|
||||
|
||||
for atest in ${tests}
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue