Merge "fs_mgr: overlayfs: test: noatime on rw mounts only"
am: 7f17baa158

Change-Id: I46d29c9896377045e1cdbf99ace5f045f7faf65f
diff --git a/fs_mgr/tests/adb-remount-test.sh b/fs_mgr/tests/adb-remount-test.sh
index 7ccaf0e..f445703 100755
--- a/fs_mgr/tests/adb-remount-test.sh
+++ b/fs_mgr/tests/adb-remount-test.sh
@@ -1193,7 +1193,7 @@
   !(adb_sh grep -v noatime /proc/mounts </dev/null |
     skip_administrative_mounts data |
     skip_unrelated_mounts |
-    grep '.') ||
+    grep -v ' ro,') ||
     die "mounts are not noatime"
   D=`adb_sh grep " rw," /proc/mounts </dev/null |
      skip_administrative_mounts data`