On 06/08/2016 04:22 PM, Remi Galan Alfonso wrote:
+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.

Yes, thanks for pointing it out!
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to