summaryrefslogtreecommitdiff
path: root/vfat-volid/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vfat-volid/test.sh')
-rw-r--r--vfat-volid/test.sh2
1 files changed, 1 insertions, 1 deletions
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