]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
t_mmp_fail: resolve bash-ism [ a == b ] to [ a = b ]
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 26 Jun 2025 20:28:42 +0000 (22:28 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jul 2025 14:32:24 +0000 (10:32 -0400)
commit2ac7b68a3939a9e5af3010320f347a9fca6641b0
treef53e5e6e75fce9325f4d3f07704d0c771f95eecb
parent2d0bc1c1139195f367ef95d3bfc96c762b82f863
t_mmp_fail: resolve bash-ism [ a == b ] to [ a = b ]

for those systems where sh does not support the == operator in
the test or [ built-ins, for instance, on FreeBSD's sh.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Link: https://lore.kernel.org/r/20250626202919.321842-3-matthias.andree@gmx.de
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/t_mmp_fail/script