tests: remove udf/101
[xfstests-dev.git] / README
diff --git a/README b/README
index 842e8354ef573d45676b342e48df0ebc31d295d0..11bf6a9436a655de70fa5031870e542ce930a3fb 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Building Linux:
                gawk gcc indent libtool lvm2 make psmisc quota sed \
                xfsdump xfsprogs \
                libacl-devel libattr-devel libaio-devel libuuid-devel \
-               openssl-devel xfsprogs-devel btrfs-progs-devel
+               xfsprogs-devel btrfs-progs-devel
                (Older distributions may require xfsprogs-qa-devel as well.)
                (Note that for RHEL and CentOS, you may need the EPEL repo.)
        - run make
@@ -120,12 +120,10 @@ Running tests:
     - Groups of tests maybe ran by: ./check -g [group(s)]
       See the 'group' file for details on groups
     - To randomize test order: ./check -r [test(s)]
-    - You can explicitly specify NFS/CIFS/UDF/OVERLAY, otherwise
+    - You can explicitly specify NFS/CIFS/OVERLAY, otherwise
       the filesystem type will be autodetected from $TEST_DEV:
         - for running nfs tests: ./check -nfs [test(s)]
         - for running cifs/smb3 tests: ./check -cifs [test(s)]
-        - for udf tests: ./check -udf [test(s)]
-          Running all the udf tests: ./check -udf -g udf
         - for overlay tests: ./check -overlay [test(s)]
           The TEST and SCRATCH partitions should be pre-formatted
           with another base fs, where the overlay dirs will be created