From: grev Date: Wed, 16 Apr 2008 13:20:26 +0000 (+0000) Subject: b=15526 X-Git-Tag: v1_7_0_51~46 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9e4a18b03990bd7c2e8d6f5484715b18d6554303;p=fs%2Flustre-release.git b=15526 i=Adilger allow both "cfs" and "sun" e2fsck --- diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index bb9da5a..6bdadc0 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -250,8 +250,9 @@ for NAME in $CONFIGS; do E2VER=`e2fsck -V 2>&1 | head -n 1 | cut -d' ' -f 2` if grep -q obdfilter /proc/fs/lustre/devices; then if [ `echo $E2VER | cut -d. -f2` -ge 39 ] && \ - [ "`echo $E2VER | grep cfs`" ]; then - bash lfscktest.sh + [ "`echo $E2VER | grep cfs`" -o \ + "`echo $E2VER | grep sun`" ]; then + bash lfscktest.sh else e2fsck -V echo "e2fsck does not support lfsck, skipping"