Description
The m_assume_prezeroed test case fails on a clean installation of Ubuntu24.04:
./test_one m_assume_s torage_prezeroed ./test_one: 39: m_assume_storage_prezeroed /script: cmd+= -E assume_storage_prezeroed =1: not found ./test_one: 50: m_assume_storage_prezeroed /script: 10448: not found m_assume_storage_prezeroed: test prezeroed storage metadata allocation: failed
This is caused by the Ubuntu installation linking /usr/bin/sh -> dash, instead of using bash. It appears that there are a few bash-isms in this test script that are not accepted by dash.