mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
TEST-46-HOMED: Skip barely fits test on ext4
For some reason this fails on ext4 with "No space left on device". Until we figure out why, let's skip the test on ext4 (which is reported as ext2/ext3 by stat).
This commit is contained in:
parent
7a273d6570
commit
a90bba42f4
@ -326,16 +326,19 @@ inspect blob-user
|
||||
(! checkblob avatar /tmp/external-avatar )
|
||||
|
||||
# file that's exactly 64M still fits
|
||||
PASSWORD=EMJuc3zQaMibJo homectl update blob-user \
|
||||
-b barely-fits=/tmp/external-barely-fits
|
||||
(! checkblob test1 /tmp/blob1/test1 )
|
||||
(! checkblob test1 /tmp/blob2/test1 )
|
||||
(! checkblob test2 /tmp/blob1/test2 )
|
||||
(! checkblob test2 /tmp/blob2/test2 )
|
||||
(! checkblob фаил /tmp/blob1/фаил )
|
||||
(! checkblob test3 /tmp/external-test3 )
|
||||
(! checkblob avatar /tmp/external-avatar )
|
||||
checkblob barely-fits /tmp/external-barely-fits
|
||||
# FIXME: Figure out why this fails on ext4.
|
||||
if [[ "$FSTYPE" != "ext2/ext3" ]]; then
|
||||
PASSWORD=EMJuc3zQaMibJo homectl update blob-user \
|
||||
-b barely-fits=/tmp/external-barely-fits
|
||||
(! checkblob test1 /tmp/blob1/test1 )
|
||||
(! checkblob test1 /tmp/blob2/test1 )
|
||||
(! checkblob test2 /tmp/blob1/test2 )
|
||||
(! checkblob test2 /tmp/blob2/test2 )
|
||||
(! checkblob фаил /tmp/blob1/фаил )
|
||||
(! checkblob test3 /tmp/external-test3 )
|
||||
(! checkblob avatar /tmp/external-avatar )
|
||||
checkblob barely-fits /tmp/external-barely-fits
|
||||
fi
|
||||
|
||||
# error out if the file is too big
|
||||
(! PASSWORD=EMJuc3zQaMibJo homectl update blob-user -b huge=/tmp/external-toobig )
|
||||
|
Loading…
x
Reference in New Issue
Block a user