diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-06 14:42:44 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-06 17:40:33 +0200 |
commit | 3452ae90ea385f2d8a96f7263b980da49d9b36cc (patch) | |
tree | c69530d272066b26e5508e3fa25957b448c3a813 /src/partition | |
parent | Merge pull request #22993 from keszybz/refactor-manager_taint_string() (diff) | |
download | systemd-3452ae90ea385f2d8a96f7263b980da49d9b36cc.tar.xz systemd-3452ae90ea385f2d8a96f7263b980da49d9b36cc.zip |
test: --initialized=yes is the default for udevadm wait
Diffstat (limited to 'src/partition')
-rwxr-xr-x | src/partition/test-repart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partition/test-repart.sh b/src/partition/test-repart.sh index 88b696ba01..89f6266539 100755 --- a/src/partition/test-repart.sh +++ b/src/partition/test-repart.sh @@ -201,7 +201,7 @@ $D/zzz7 : start= 6291416, size= 98304, type=0FC63DAF-8483-4772-8E79-3D EOF LOOP="$(losetup -P --show --find "$D/zzz")" - "${udevadm:?}" wait --timeout 60 --initialized=yes --settle "${LOOP:?}" + "${udevadm:?}" wait --timeout 60 --settle "${LOOP:?}" VOLUME="test-repart-$RANDOM" |