Hi Samuel, Samuel GROOT <samuel.groot@xxxxxxxxxxxxxxxx> writes: > +test_cmp_noorder () { > + sort "$1" >"$1_noorder" > + sort "$2" >"$2_noorder" > + test_cmp $1 $2 You meant `test_cmp "$1_noorder" "$2_noorder"`, I guess. Thanks, Rémi -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html