From 80e4145a7732550d8f1d7d0ffd861cbb94d298a6 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 2 Apr 2005 01:14:10 +0000 Subject: [PATCH] Branch: b1_4 Fix bug number for excluded test, remove dupe from some merge. --- lustre/tests/sanityN.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 94e2ebc..9948c81 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -3,7 +3,7 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 1768 3192 3192 +# bug number for skipped test: 1768 3192 4035 ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"4 14b 14c"} # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! @@ -376,12 +376,6 @@ test_18() { } run_test 18 "mmap sanity check =================================" -test_18() { - ./mmap_sanity -d $MOUNT1 -m $MOUNT2 - sync; sleep 1; sync -} -#run_test 18 "mmap sanity check =================================" - test_19() { # bug3811 [ -d /proc/fs/lustre/obdfilter ] || return 0 -- 1.8.3.1