commit b9e845cdc26dd6b4006984d6bb7c5c45d5c8bc24 from: Stefan Sperling via: Thomas Adam date: Wed Jul 06 22:30:00 2022 UTC regress: use bs=1M for dd, not bs=1m; fixes -portable test failure on ubuntu GNU dd only accepts upper-case letters for the size units. commit - 26498a8b19806608c6307f826526faf6987b90fa commit + b9e845cdc26dd6b4006984d6bb7c5c45d5c8bc24 blob - d04b020f02390c3752f40b856153c1875354e233 blob + 49458051f4c21c319a884feb707cc3aa39e543db --- regress/cmdline/commit.sh +++ regress/cmdline/commit.sh @@ -1479,7 +1479,7 @@ test_commit_large_file() { return 1 fi - dd status=none if=/dev/zero of=$testroot/wt/new bs=1m count=64 + dd status=none if=/dev/zero of=$testroot/wt/new bs=1M count=64 (cd $testroot/wt && got add new >/dev/null) (cd $testroot/wt && got commit -m 'test commit_large_file' \