Skip to content

Commit

Permalink
wip: check arm64 quotactl_ok error on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Feb 7, 2024
1 parent cbcd621 commit 3d04b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/libsinsp_e2e/sys_call_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,9 @@ TEST_F(sys_call_test, quotactl_ok)
ret = system("rm -rf /tmp/testquotactl /tmp/testquotamnt");
// Setup a tmpdisk to test quotas
char command[] =
"ls /tmp/ ; \n"
"dd if=/dev/zero of=/tmp/testquotactl bs=1M count=200 &&\n"
"mount &&\n"
"echo y | mkfs.ext4 -q /tmp/testquotactl &&\n"
"mkdir -p /tmp/testquotamnt &&\n"
"mount -o usrquota,grpquota,loop=/dev/loop0 /tmp/testquotactl /tmp/testquotamnt &&\n"
Expand Down

0 comments on commit 3d04b0f

Please sign in to comment.