From 6bc39031ef77354953ae2bf58d139379bc8f5c5e Mon Sep 17 00:00:00 2001 From: Maxim Konovalov 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 021987d5990..dafb52c7a46 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