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:
Maxim Konovalov 2006-10-09 05:31:37 +00:00
parent cab68f571e
commit 6bc39031ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163150

View File

@ -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