]> arthur.barton.de Git - bup.git/commit
Add portable dev/sort-z; link into t/bin/; use in test-meta.sh
authorRob Browning <rlb@defaultvalue.org>
Thu, 25 Jun 2020 06:48:45 +0000 (01:48 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 5 Jul 2020 16:16:23 +0000 (11:16 -0500)
commitdd6794a7cc9a21c942cecf8bcdd5a8f217e197fa
treed3d7b091022e69a8e4feb2bce3780574820d0ceb
parent8f1a5aace7788ee23fb67530252ba434f35e7c51
Add portable dev/sort-z; link into t/bin/; use in test-meta.sh

Add a dev/sort-z wrapper to handle sorting null terminated lines
across platforms.  Apparently NetBSD supports "-R 000" instead of -z.

Add a t/bin for any commands we want to make available to all tests,
symlink sort-z there, and add it to the PATH in test-meta.sh.

Thanks to Greg Troxel for reporting the problem.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
dev/sort-z [new file with mode: 0755]
t/bin/sort-z [new symlink]
t/test-meta.sh