Merge "fs_mgr: overlayfs: test: noatime on rw mounts only" am: 7f17baa158
am: 1f020a03a8
Change-Id: Iffee34a47a2fbe4e159a3c0a7703bea94f5540c0
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`