common: Fix recovery tests for tmpfs
[xfstests-dev.git] / common / rc
index 2cf550ec680059d797e11ada9fb9aeb09d52f542..a7fc066c88b2e9f585b827e2a05987fd264de52a 100644 (file)
--- a/common/rc
+++ b/common/rc
@@ -3475,7 +3475,7 @@ _has_metadata_journaling()
        fi
 
        case "$FSTYP" in
        fi
 
        case "$FSTYP" in
-       ext2|vfat|msdos|udf|exfat)
+       ext2|vfat|msdos|udf|exfat|tmpfs)
                echo "$FSTYP does not support metadata journaling"
                return 1
                ;;
                echo "$FSTYP does not support metadata journaling"
                return 1
                ;;