~xnox/ubuntu/trusty/mountall/remount

« back to all changes in this revision

Viewing changes to src/tests/test_mountall.c

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-12-05 10:33:35 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20131205103335-r3r2nfb4o2ccvj5d
Skip remounting placeholder mountpoints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        set_options (mnt, "", FALSE);
131
131
        set_options (mnt, "rw", TRUE);
132
132
        TEST_EQ (compare_options (mnt), SET_SUBSET);
 
133
 
 
134
        TEST_FEATURE ("/run");
 
135
        set_options (mnt, "noexec,nosuid,size=10%,mode=0755", FALSE);
 
136
        set_options (mnt, "rw,nosuid,noexec,relatime,size=78852k,mode=755", TRUE);
 
137
        TEST_EQ (compare_options (mnt), SET_SUBSET);
 
138
 
133
139
}
134
140
 
135
141
int main () {