]> arthur.barton.de Git - bup.git/commitdiff
test-get: remove vestigial ls --full-time
authorRob Browning <rlb@defaultvalue.org>
Tue, 2 Jul 2019 01:05:39 +0000 (20:05 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 2 Jul 2019 01:05:48 +0000 (20:05 -0500)
...which broke on *BSD.  Thanks to Greg Troxel for reporting the
problem.

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

index 98be58f757ab9f5ed914b2e9c81bb2bfaef97935..7590c776b82378efcab4f44100d4b81cb1babe84 100755 (executable)
@@ -102,7 +102,6 @@ def validate_tree(src_id, dest_id):
                      % quote(src_c),
                      shell=True)
     if exr.rc != 0: return False
-    ex('cd restore-src && ls --full-time -aR .', shell=True)
     exr = verify_rcz('git --git-dir get-dest archive %s | tar xvf - -C restore-dest'
                      % quote(dest_c),
                      shell=True)