]> arthur.barton.de Git - bup.git/commit
test-rm: sort compare-trees output with LC_ALL=C
authorRob Browning <rlb@defaultvalue.org>
Sun, 29 Jan 2017 18:43:58 +0000 (12:43 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 29 Jan 2017 20:01:30 +0000 (14:01 -0600)
commitb75d9969d1d5c1c5fe52ae690b632cb60a34495b
treeb4df608cfa222027e7076b109765f5df6a817514
parentcd52b707a8519860545819c8428a4b12725c6d35
test-rm: sort compare-trees output with LC_ALL=C

Without this, the test would fail on some systems where rsync appears
to sort the output differently (CentOS 6, CentOS 7, etc.).

Thanks to Andrea Arrighetti for reporting the problem and to Andrea
Arrighetti, Tru Huynh, and AL for helping track down the solution.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-rm.sh