]> arthur.barton.de Git - bup.git/blobdiff - t/test-get
test-get: remove vestigial ls --full-time
[bup.git] / 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)