From 3e3b20daad30818e0e3604d97ed6a6b7b039f806 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 9 Oct 2006 05:31:37 +0000 Subject: [PATCH] o Enable test-sparceaout test since alc@ has fixed the panic in rev. 1.229 sys/vm/vnode_pager.c. cVS: ---------------------------------------------------------------------- --- tools/regression/execve/execve.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/regression/execve/execve.t b/tools/regression/execve/execve.t index 021987d5990a..dafb52c7a46e 100644 --- a/tools/regression/execve/execve.t +++ b/tools/regression/execve/execve.t @@ -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