From 1e318ce4d3c7e06cbd66260c5d6c6ec13511c01b Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Tue, 29 Jul 2014 14:16:10 +0800 Subject: vfat test: delete test case pattern for volume ID 0xFFFFFDFD according to card: https://cards.linaro.org/browse/JUICE-441 bug link: https://bugs.linaro.org/show_bug.cgi?id=271 Change-Id: Id90d348b8b868fcb6a6cb6fb375f83f0ae316cd4 Signed-off-by: Yongqin Liu --- vfat-volid/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfat-volid/test.sh b/vfat-volid/test.sh index 33bd179..49490bb 100644 --- a/vfat-volid/test.sh +++ b/vfat-volid/test.sh @@ -93,7 +93,7 @@ if [ $# -ge 1 ]; then fi for FTYPE in 12 16 32; do for SIZE in 360 1024 102400; do - for ID in 0x12347900 0x00000000 0xDEADBEEF 0xFFFFFDFD; do + for ID in 0x12347900 0x00000000 0xDEADBEEF; do do_test "$SIZE" "-F $FTYPE" "$ID" rc=$? if [ $rc -ne 0 ]; then -- cgit v1.2.3