]> arthur.barton.de Git - bup.git/commit
Add (private for now) "bup xstat" command and use it in the metadata tests.
authorRob Browning <rlb@defaultvalue.org>
Fri, 26 Nov 2010 23:48:58 +0000 (17:48 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 26 Nov 2010 23:48:58 +0000 (17:48 -0600)
commita597d25018ef9c88cbb836b7ff9f2cd5c98e37b5
treedfb7f3cb00c0e06ace6098155f03593f038dda4c
parentaab17dc28817c86bcdae8bbfaba7ae27b2d9de97
Add (private for now) "bup xstat" command and use it in the metadata tests.

Add a "bup xstat" command that relies on Metadata and prints extended
stat information for the paths provided.  Use "bup xstat" in the
top-level metadata tests so that we don't have to try to accommodate
variations in the local stat command across platforms.

Move the top-level metadata tests from t/test.sh to t/test-meta.sh so
that it's easy to run them independently.
Makefile
cmd/xstat-cmd.py [new file with mode: 0755]
t/test-meta.sh [new file with mode: 0755]
t/test.sh