emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cpio-mode a140ccb 12/28: Paring down to the bare applic


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode a140ccb 12/28: Paring down to the bare application.
Date: Tue, 4 Aug 2020 12:02:52 -0400 (EDT)

branch: externals/cpio-mode
commit a140ccbbddb5ecccda2eee4340a75b2466620c7a
Author: dlewan <d.lewan2000@gmail.com>
Commit: GitHub <noreply@github.com>

    Paring down to the bare application.
---
 cpio-dired-crc-test.el | 18349 -----------------------------------------------
 1 file changed, 18349 deletions(-)

diff --git a/cpio-dired-crc-test.el b/cpio-dired-crc-test.el
deleted file mode 100644
index aa99cd4..0000000
--- a/cpio-dired-crc-test.el
+++ /dev/null
@@ -1,18349 +0,0 @@
-;;; cpio-dired-crc-test.el --- Tests of cpio-dired-mode for crc archives. -*- 
coding: utf-8 -*-
-
-;; COPYRIGHT
-
-;; Copyright © 2019 Free Software Foundation, Inc.
-;; All rights reserved.
-;; 
-;; This program is free software: you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-;; 
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-;; GNU General Public License for more details.
-;; 
-;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-;; Author: Douglas Lewan <d.lewan2000@gmail.com>
-;; Maintainer: Douglas Lewan <d.lewan2000@gmail.com>
-;; Created: 2018 May 16
-;; Version: 0.16β
-;; Keywords: files
-
-;;; Commentary:
-
-;;; Documentation:
-
-;;; Code:
-
-;;
-;; Dependencies
-;; 
-(load (concat default-directory "test-generic.el"))
-
-(setq load-path (add-to-list 'load-path default-directory))
-(if (file-exists-p (concat default-directory "cpio-mode.elc"))
-    (load (concat default-directory "cpio-mode.elc")))
-(load (concat default-directory "cpio-mode.el"))
-
-;;;;;;;;;;;;;;;;
-;; Things to make the byte compiler happy.
-(defvar *cpio-crc-chksum-re-idx*)
-(defvar *cpio-crc-filename-re-idx*)
-(defvar *cpio-crc-filesize-re-idx*)
-(defvar *cpio-crc-gid-re-idx*)
-(defvar *cpio-crc-header-re*)
-(defvar *cpio-crc-magic-re-idx*)
-(defvar *cpio-crc-mode-re-idx*)
-(defvar *cpio-crc-namesize-re-idx*)
-(defvar *cpio-crc-nlink-re-idx*)
-(defvar *cpio-crc-uid-re-idx*)
-(defvar cpio-archive-buffer)
-(defvar cpio-dired-buffer)
-(defvar cpio-dired-del-marker)
-(defvar cpio-dired-keep-marker-copy-str)
-(defvar cpio-dired-keep-marker-rename)
-(defvar run-dir)
-(declare-function cpio-catalog "cpio-mode.el")
-(declare-function cpio-contents-buffer-name "cpio-mode.el")
-(declare-function cpio-dired-add-entry "cpio-dired.el")
-(declare-function cpio-dired-buffer-name "cpio-dired.el")
-(declare-function cpio-dired-change-marks "cpio-dired.el")
-(declare-function cpio-dired-clean-directory "cpio-dired.el")
-(declare-function cpio-dired-copy-entry-name-as-kill "cpio-dired.el")
-(declare-function cpio-dired-create-directory "cpio-dired.el")
-(declare-function cpio-dired-diff "cpio-dired.el")
-(declare-function cpio-dired-display-entry "cpio-dired.el")
-(declare-function cpio-dired-do-async-shell-command "cpio-dired.el")
-(declare-function cpio-dired-do-chgrp "cpio-dired.el")
-(declare-function cpio-dired-do-chmod "cpio-dired.el")
-(declare-function cpio-dired-do-chown "cpio-dired.el")
-(declare-function cpio-dired-do-compress "cpio-dired.el")
-(declare-function cpio-dired-do-copy "cpio-dired.el")
-(declare-function cpio-dired-do-copy-regexp "cpio-dired.el")
-(declare-function cpio-dired-do-delete "cpio-dired.el")
-(declare-function cpio-dired-do-flagged-delete "cpio-dired.el")
-(declare-function cpio-dired-do-hardlink "cpio-dired.el")
-(declare-function cpio-dired-do-hardlink-regexp "cpio-dired.el")
-(declare-function cpio-dired-do-isearch "cpio-dired.el")
-(declare-function cpio-dired-do-isearch-regexp "cpio-dired.el")
-(declare-function cpio-dired-do-kill-lines "cpio-dired.el")
-(declare-function cpio-dired-do-print "cpio-dired.el")
-(declare-function cpio-dired-do-query-replace-regexp "cpio-dired.el")
-(declare-function cpio-dired-do-redisplay "cpio-dired.el")
-(declare-function cpio-dired-do-rename "cpio-dired.el")
-(declare-function cpio-dired-do-rename-regexp "cpio-dired.el")
-(declare-function cpio-dired-do-search "cpio-dired.el")
-(declare-function cpio-dired-do-symlink "cpio-dired.el")
-(declare-function cpio-dired-do-symlink-regexp "cpio-dired.el")
-(declare-function cpio-dired-do-touch "cpio-dired.el")
-(declare-function cpio-dired-downcase "cpio-dired.el")
-(declare-function cpio-dired-extract-all "cpio-dired.el")
-(declare-function cpio-dired-extract-entries "cpio-dired.el")
-(declare-function cpio-dired-find-alternate-entry "cpio-dired.el")
-(declare-function cpio-dired-find-entry-other-window "cpio-dired.el")
-(declare-function cpio-dired-flag-auto-save-entries "cpio-dired.el")
-(declare-function cpio-dired-flag-backup-entries "cpio-dired.el")
-(declare-function cpio-dired-flag-entries-regexp "cpio-dired.el")
-(declare-function cpio-dired-flag-entry-deletion "cpio-dired.el")
-(declare-function cpio-dired-flag-garbage-entries "cpio-dired.el")
-(declare-function cpio-dired-get-entry-name "cpio-dired.el")
-(declare-function cpio-dired-goto-entry "cpio-dired.el")
-(declare-function cpio-dired-hide-all "cpio-dired.el")
-(declare-function cpio-dired-hide-details-mode "cpio-dired.el" ())
-(declare-function cpio-dired-hide-details-mode "cpio-dired.el")
-(declare-function cpio-dired-hide-subdir "cpio-dired.el")
-(declare-function cpio-dired-isearch-entry-names "cpio-dired.el")
-(declare-function cpio-dired-isearch-entry-names-regexp "cpio-dired.el")
-(declare-function cpio-dired-kill "cpio-dired.el")
-(declare-function cpio-dired-mark "cpio-dired.el")
-(declare-function cpio-dired-mark-directories "cpio-dired.el")
-(declare-function cpio-dired-mark-entries-containing-regexp "cpio-dired.el")
-(declare-function cpio-dired-mark-entries-regexp "cpio-dired.el")
-(declare-function cpio-dired-mark-executables "cpio-dired.el")
-(declare-function cpio-dired-mark-subdir-entries "cpio-dired.el")
-(declare-function cpio-dired-mark-symlinks "cpio-dired.el")
-(declare-function cpio-dired-mark-this-entry "cpio-dired.el")
-(declare-function cpio-dired-mouse-find-entry-other-window "cpio-dired.el")
-(declare-function cpio-dired-move-to-first-entry "cpio-dired.el")
-(declare-function cpio-dired-next-dirline "cpio-dired.el")
-(declare-function cpio-dired-next-line "cpio-dired.el")
-(declare-function cpio-dired-next-marked-entry "cpio-dired.el")
-(declare-function cpio-dired-prev-marked-entry "cpio-dired.el")
-(declare-function cpio-dired-previous-line "cpio-dired.el")
-(declare-function cpio-dired-save-archive "cpio-dired.el")
-(declare-function cpio-dired-show-entry-type "cpio-dired.el")
-(declare-function cpio-dired-sort-toggle-or-edit "cpio-dired.el")
-(declare-function cpio-dired-toggle-marks "cpio-dired.el")
-(declare-function cpio-dired-toggle-read-only "cpio-dired.el")
-(declare-function cpio-dired-undo "cpio-dired.el")
-(declare-function cpio-dired-unmark "cpio-dired.el")
-(declare-function cpio-dired-unmark-all-entries "cpio-dired.el")
-(declare-function cpio-dired-unmark-all-marks "cpio-dired.el")
-(declare-function cpio-dired-unmark-backward "cpio-dired.el")
-(declare-function cpio-dired-up-directory "cpio-dired.el")
-(declare-function cpio-dired-upcase "cpio-dired.el")
-(declare-function cpio-dired-view-archive "cpio-dired.el")
-(declare-function cpio-dired-view-entry "cpio-dired.el")
-(declare-function cpio-epa-dired-do-decrypt "cpio-dired.el")
-(declare-function cpio-epa-dired-do-encrypt "cpio-dired.el")
-(declare-function cpio-epa-dired-do-sign "cpio-dired.el")
-(declare-function cpio-epa-dired-do-verify "cpio-dired.el")
-(declare-function cpio-image-dired-delete-tag "cpio-dired.el")
-(declare-function cpio-image-dired-dired-comment-entries "cpio-dired.el")
-(declare-function cpio-image-dired-dired-display-external "cpio-dired.el")
-(declare-function cpio-image-dired-dired-display-image "cpio-dired.el")
-(declare-function cpio-image-dired-dired-edit-comment-and-tags "cpio-dired.el")
-(declare-function cpio-image-dired-dired-toggle-marked-thumbs "cpio-dired.el")
-(declare-function cpio-image-dired-display-thumb "cpio-dired.el")
-(declare-function cpio-image-dired-display-thumbs "cpio-dired.el")
-(declare-function cpio-image-dired-display-thumbs-append "cpio-dired.el")
-(declare-function cpio-image-dired-jump-thumbnail-buffer "cpio-dired.el")
-(declare-function cpio-image-dired-mark-tagged-entries "cpio-dired.el")
-(declare-function cpio-image-dired-tag-entries "cpio-dired.el")
-(declare-function cpio-mode "cpio-mode.el")
-(declare-function cpio-view-dired-style-buffer "cpio-dired.el")
-(declare-function cdmt-global-sub "test-generic.el")
-(declare-function cdmt-reset "test-generic.el")
-(declare-function cdmt-tidy-up-catalog "test-generic.el")
-(declare-function cdmt-test-save "test-generic.el")
-;; EO things for the byte compiler.
-;;;;;;;;;;;;;;;;
-
-
-;; 
-;; Vars
-;; 
-
-(defvar *cdmt-crc-small-archive* "test_data/alphabet/alphabet_small.crc.cpio"
-  "A small archive used for testing.")
-(setq *cdmt-crc-small-archive* "test_data/alphabet/alphabet_small.crc.cpio")
-(defvar *cdmt-crc-large-archive* "test_data/alphabet/alphabet.crc.cpio"
-  "A large archive used for testing.")
-(setq *cdmt-crc-large-archive* "test_data/alphabet/alphabet.crc.cpio")
-
-(defvar *cdmt-small-archive* *cdmt-crc-small-archive*)
-(setq *cdmt-small-archive* *cdmt-crc-small-archive*)
-(defvar *cdmt-large-archive* *cdmt-crc-large-archive*)
-(setq *cdmt-large-archive* *cdmt-crc-large-archive*)
-(defvar *cdmt-archive-format* "crc")
-(setq *cdmt-archive-format* "crc")
-
-(defvar *cdmt-crc-untouched-small-archive* "070702     (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-"
-  "The contents of the untouched small archive.")
-(setq *cdmt-crc-untouched-small-archive* "070702       (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-")
-
-(defvar *cdmt-crc-untouched-small-dired-buffer* "CPIO archive: 
alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-"
-  "The contents of an untouched archive's dired-style buffer.")
-(setq *cdmt-crc-untouched-small-dired-buffer* "CPIO archive: 
alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-")
-
-(defvar *cdmt-crc-untouched-catalog "((¨a¨ .
-\\s-+[[235538648 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 253 0 0 0 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small.crc.cpio> #<marker at 113 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aa¨ .
-\\s-+[[235538674 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 253 0 0 0 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small.crc.cpio> #<marker at 233 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaa¨ .
-\\s-+[[235538688 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 253 0 0 0 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small.crc.cpio> #<marker at 357 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaaa¨ .
-\\s-+[[235538691 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 253 0 0 0 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small.crc.cpio> #<marker at 481 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaaaa¨ .
-\\s-+[[235538692 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 253 0 0 0 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small.crc.cpio> #<marker at 605 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaaaa.d¨ .
-\\s-+[[235538695 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 253 0 0 0 8 0 ¨aaaaa.d¨«
-\\s-+#<marker at 613 in alphabet_small.crc.cpio> #<marker at 733 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨b¨ .
-\\s-+[[235538693 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 253 0 0 0 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small.crc.cpio> #<marker at 845 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bb¨ .
-\\s-+[[235538694 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 253 0 0 0 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small.crc.cpio> #<marker at 965 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbb¨ .
-\\s-+[[235538696 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 253 0 0 0 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small.crc.cpio> #<marker at 1089 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbbb¨ .
-\\s-+[[235538697 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 253 0 0 0 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small.crc.cpio> #<marker at 1213 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbbbb¨ .
-\\s-+[[235538698 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 253 0 0 0 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small.crc.cpio> #<marker at 1337 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbbbb.d¨ .
-\\s-+[[235538701 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 253 0 0 0 8 0 ¨bbbbb.d¨«
-\\s-+#<marker at 1345 in alphabet_small.crc.cpio> #<marker at 1465 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨c¨ .
-\\s-+[[235538699 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 253 0 0 0 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small.crc.cpio> #<marker at 1577 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨cc¨ .
-\\s-+[[235538700 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 253 0 0 0 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small.crc.cpio> #<marker at 1697 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨ccc¨ .
-\\s-+[[235538702 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 253 0 0 0 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small.crc.cpio> #<marker at 1821 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨cccc¨ .
-\\s-+[[235538703 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 253 0 0 0 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small.crc.cpio> #<marker at 1945 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨ccccc¨ .
-\\s-+[[235538704 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 253 0 0 0 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small.crc.cpio> #<marker at 2069 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨ccccc.d¨ .
-\\s-+[[235538707 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 253 0 0 0 8 0 ¨ccccc.d¨«
-\\s-+#<marker at 2077 in alphabet_small.crc.cpio> #<marker at 2197 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«))
-"
-  "An string representing an untouched catalog.")
-(setq *cdmt-crc-untouched-catalog "((¨a¨ .
-\\s-+[[235538648 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 253 0 0 0 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small.crc.cpio> #<marker at 113 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aa¨ .
-\\s-+[[235538674 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 253 0 0 0 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small.crc.cpio> #<marker at 233 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaa¨ .
-\\s-+[[235538688 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 253 0 0 0 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small.crc.cpio> #<marker at 357 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaaa¨ .
-\\s-+[[235538691 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 253 0 0 0 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small.crc.cpio> #<marker at 481 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaaaa¨ .
-\\s-+[[235538692 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 253 0 0 0 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small.crc.cpio> #<marker at 605 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨aaaaa.d¨ .
-\\s-+[[235538695 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 253 0 0 0 8 0 ¨aaaaa.d¨«
-\\s-+#<marker at 613 in alphabet_small.crc.cpio> #<marker at 733 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨b¨ .
-\\s-+[[235538693 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 253 0 0 0 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small.crc.cpio> #<marker at 845 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bb¨ .
-\\s-+[[235538694 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 253 0 0 0 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small.crc.cpio> #<marker at 965 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbb¨ .
-\\s-+[[235538696 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 253 0 0 0 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small.crc.cpio> #<marker at 1089 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbbb¨ .
-\\s-+[[235538697 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 253 0 0 0 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small.crc.cpio> #<marker at 1213 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbbbb¨ .
-\\s-+[[235538698 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 253 0 0 0 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small.crc.cpio> #<marker at 1337 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨bbbbb.d¨ .
-\\s-+[[235538701 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 253 0 0 0 8 0 ¨bbbbb.d¨«
-\\s-+#<marker at 1345 in alphabet_small.crc.cpio> #<marker at 1465 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨c¨ .
-\\s-+[[235538699 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 253 0 0 0 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small.crc.cpio> #<marker at 1577 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨cc¨ .
-\\s-+[[235538700 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 253 0 0 0 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small.crc.cpio> #<marker at 1697 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨ccc¨ .
-\\s-+[[235538702 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 253 0 0 0 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small.crc.cpio> #<marker at 1821 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨cccc¨ .
-\\s-+[[235538703 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 253 0 0 0 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small.crc.cpio> #<marker at 1945 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨ccccc¨ .
-\\s-+[[235538704 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 253 0 0 0 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small.crc.cpio> #<marker at 2069 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
- (¨ccccc.d¨ .
-\\s-+[[235538707 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 253 0 0 0 8 0 ¨ccccc.d¨«
-\\s-+#<marker at 2077 in alphabet_small.crc.cpio> #<marker at 2197 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«))
-")
-
-(defvar *cdmt-crc-untouched-large-archive-buffer* "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000082       (( chksum   ))
-d      (( filename ))
-
-d
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E6       (( chksum   ))
-dd     (( filename ))
-\\0\\0\\0
-dd
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000014A       (( chksum   ))
-ddd    (( filename ))
-\\0\\0
-ddd
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AE       (( chksum   ))
-dddd   (( filename ))
-\\0
-dddd
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000212       (( chksum   ))
-ddddd  (( filename ))
-
-ddddd
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ddddd.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000083       (( chksum   ))
-e      (( filename ))
-
-e
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E8       (( chksum   ))
-ee     (( filename ))
-\\0\\0\\0
-ee
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000014D       (( chksum   ))
-eee    (( filename ))
-\\0\\0
-eee
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001B2       (( chksum   ))
-eeee   (( filename ))
-\\0
-eeee
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000217       (( chksum   ))
-eeeee  (( filename ))
-
-eeeee
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-eeeee.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000084       (( chksum   ))
-f      (( filename ))
-
-f
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000EA       (( chksum   ))
-ff     (( filename ))
-\\0\\0\\0
-ff
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000150       (( chksum   ))
-fff    (( filename ))
-\\0\\0
-fff
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001B6       (( chksum   ))
-ffff   (( filename ))
-\\0
-ffff
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000021C       (( chksum   ))
-fffff  (( filename ))
-
-fffff
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-fffff.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000085       (( chksum   ))
-g      (( filename ))
-
-g
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000EC       (( chksum   ))
-gg     (( filename ))
-\\0\\0\\0
-gg
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000153       (( chksum   ))
-ggg    (( filename ))
-\\0\\0
-ggg
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001BA       (( chksum   ))
-gggg   (( filename ))
-\\0
-gggg
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000221       (( chksum   ))
-ggggg  (( filename ))
-
-ggggg
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ggggg.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000086       (( chksum   ))
-h      (( filename ))
-
-h
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000EE       (( chksum   ))
-hh     (( filename ))
-\\0\\0\\0
-hh
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000156       (( chksum   ))
-hhh    (( filename ))
-\\0\\0
-hhh
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001BE       (( chksum   ))
-hhhh   (( filename ))
-\\0
-hhhh
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000226       (( chksum   ))
-hhhhh  (( filename ))
-
-hhhhh
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-hhhhh.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000087       (( chksum   ))
-i      (( filename ))
-
-i
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F0       (( chksum   ))
-ii     (( filename ))
-\\0\\0\\0
-ii
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000159       (( chksum   ))
-iii    (( filename ))
-\\0\\0
-iii
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001C2       (( chksum   ))
-iiii   (( filename ))
-\\0
-iiii
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000022B       (( chksum   ))
-iiiii  (( filename ))
-
-iiiii
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-iiiii.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000088       (( chksum   ))
-j      (( filename ))
-
-j
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F2       (( chksum   ))
-jj     (( filename ))
-\\0\\0\\0
-jj
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000015C       (( chksum   ))
-jjj    (( filename ))
-\\0\\0
-jjj
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001C6       (( chksum   ))
-jjjj   (( filename ))
-\\0
-jjjj
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000230       (( chksum   ))
-jjjjj  (( filename ))
-
-jjjjj
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-jjjjj.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000089       (( chksum   ))
-k      (( filename ))
-
-k
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F4       (( chksum   ))
-kk     (( filename ))
-\\0\\0\\0
-kk
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000015F       (( chksum   ))
-kkk    (( filename ))
-\\0\\0
-kkk
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001CA       (( chksum   ))
-kkkk   (( filename ))
-\\0
-kkkk
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000235       (( chksum   ))
-kkkkk  (( filename ))
-
-kkkkk
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-kkkkk.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008A       (( chksum   ))
-l      (( filename ))
-
-l
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F6       (( chksum   ))
-ll     (( filename ))
-\\0\\0\\0
-ll
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000162       (( chksum   ))
-lll    (( filename ))
-\\0\\0
-lll
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001CE       (( chksum   ))
-llll   (( filename ))
-\\0
-llll
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000023A       (( chksum   ))
-lllll  (( filename ))
-
-lllll
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-lllll.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008B       (( chksum   ))
-m      (( filename ))
-
-m
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F8       (( chksum   ))
-mm     (( filename ))
-\\0\\0\\0
-mm
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000165       (( chksum   ))
-mmm    (( filename ))
-\\0\\0
-mmm
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001D2       (( chksum   ))
-mmmm   (( filename ))
-\\0
-mmmm
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000023F       (( chksum   ))
-mmmmm  (( filename ))
-
-mmmmm
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-mmmmm.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008C       (( chksum   ))
-n      (( filename ))
-
-n
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000FA       (( chksum   ))
-nn     (( filename ))
-\\0\\0\\0
-nn
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000168       (( chksum   ))
-nnn    (( filename ))
-\\0\\0
-nnn
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001D6       (( chksum   ))
-nnnn   (( filename ))
-\\0
-nnnn
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000244       (( chksum   ))
-nnnnn  (( filename ))
-
-nnnnn
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-nnnnn.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008D       (( chksum   ))
-o      (( filename ))
-
-o
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000FC       (( chksum   ))
-oo     (( filename ))
-\\0\\0\\0
-oo
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000016B       (( chksum   ))
-ooo    (( filename ))
-\\0\\0
-ooo
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001DA       (( chksum   ))
-oooo   (( filename ))
-\\0
-oooo
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000249       (( chksum   ))
-ooooo  (( filename ))
-
-ooooo
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ooooo.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008E       (( chksum   ))
-p      (( filename ))
-
-p
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000FE       (( chksum   ))
-pp     (( filename ))
-\\0\\0\\0
-pp
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000016E       (( chksum   ))
-ppp    (( filename ))
-\\0\\0
-ppp
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001DE       (( chksum   ))
-pppp   (( filename ))
-\\0
-pppp
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000024E       (( chksum   ))
-ppppp  (( filename ))
-
-ppppp
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ppppp.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008F       (( chksum   ))
-q      (( filename ))
-
-q
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000100       (( chksum   ))
-qq     (( filename ))
-\\0\\0\\0
-qq
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000171       (( chksum   ))
-qqq    (( filename ))
-\\0\\0
-qqq
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001E2       (( chksum   ))
-qqqq   (( filename ))
-\\0
-qqqq
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000253       (( chksum   ))
-qqqqq  (( filename ))
-
-qqqqq
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-qqqqq.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000090       (( chksum   ))
-r      (( filename ))
-
-r
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000102       (( chksum   ))
-rr     (( filename ))
-\\0\\0\\0
-rr
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000174       (( chksum   ))
-rrr    (( filename ))
-\\0\\0
-rrr
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001E6       (( chksum   ))
-rrrr   (( filename ))
-\\0
-rrrr
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000258       (( chksum   ))
-rrrrr  (( filename ))
-
-rrrrr
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-rrrrr.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000091       (( chksum   ))
-s      (( filename ))
-
-s
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000104       (( chksum   ))
-ss     (( filename ))
-\\0\\0\\0
-ss
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000177       (( chksum   ))
-sss    (( filename ))
-\\0\\0
-sss
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001EA       (( chksum   ))
-ssss   (( filename ))
-\\0
-ssss
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000025D       (( chksum   ))
-sssss  (( filename ))
-
-sssss
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-sssss.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000092       (( chksum   ))
-t      (( filename ))
-
-t
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000106       (( chksum   ))
-tt     (( filename ))
-\\0\\0\\0
-tt
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000017A       (( chksum   ))
-ttt    (( filename ))
-\\0\\0
-ttt
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001EE       (( chksum   ))
-tttt   (( filename ))
-\\0
-tttt
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000262       (( chksum   ))
-ttttt  (( filename ))
-
-ttttt
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ttttt.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000093       (( chksum   ))
-u      (( filename ))
-
-u
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000108       (( chksum   ))
-uu     (( filename ))
-\\0\\0\\0
-uu
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000017D       (( chksum   ))
-uuu    (( filename ))
-\\0\\0
-uuu
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001F2       (( chksum   ))
-uuuu   (( filename ))
-\\0
-uuuu
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000267       (( chksum   ))
-uuuuu  (( filename ))
-
-uuuuu
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-uuuuu.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000094       (( chksum   ))
-v      (( filename ))
-
-v
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000010A       (( chksum   ))
-vv     (( filename ))
-\\0\\0\\0
-vv
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000180       (( chksum   ))
-vvv    (( filename ))
-\\0\\0
-vvv
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001F6       (( chksum   ))
-vvvv   (( filename ))
-\\0
-vvvv
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000026C       (( chksum   ))
-vvvvv  (( filename ))
-
-vvvvv
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-vvvvv.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000095       (( chksum   ))
-w      (( filename ))
-
-w
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000010C       (( chksum   ))
-ww     (( filename ))
-\\0\\0\\0
-ww
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000183       (( chksum   ))
-www    (( filename ))
-\\0\\0
-www
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001FA       (( chksum   ))
-wwww   (( filename ))
-\\0
-wwww
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000271       (( chksum   ))
-wwwww  (( filename ))
-
-wwwww
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-wwwww.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000096       (( chksum   ))
-x      (( filename ))
-
-x
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000010E       (( chksum   ))
-xx     (( filename ))
-\\0\\0\\0
-xx
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000186       (( chksum   ))
-xxx    (( filename ))
-\\0\\0
-xxx
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001FE       (( chksum   ))
-xxxx   (( filename ))
-\\0
-xxxx
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000276       (( chksum   ))
-xxxxx  (( filename ))
-
-xxxxx
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-xxxxx.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000097       (( chksum   ))
-y      (( filename ))
-
-y
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000110       (( chksum   ))
-yy     (( filename ))
-\\0\\0\\0
-yy
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000189       (( chksum   ))
-yyy    (( filename ))
-\\0\\0
-yyy
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-00000202       (( chksum   ))
-yyyy   (( filename ))
-\\0
-yyyy
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000027B       (( chksum   ))
-yyyyy  (( filename ))
-
-yyyyy
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-yyyyy.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000098       (( chksum   ))
-z      (( filename ))
-
-z
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000112       (( chksum   ))
-zz     (( filename ))
-\\0\\0\\0
-zz
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000018C       (( chksum   ))
-zzz    (( filename ))
-\\0\\0
-zzz
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-00000206       (( chksum   ))
-zzzz   (( filename ))
-\\0
-zzzz
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000280       (( chksum   ))
-zzzzz  (( filename ))
-
-zzzzz
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-zzzzz.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-"
-  "Contents of the untouched large cpio archive buffer.")
-(setq *cdmt-crc-untouched-large-archive-buffer* "070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000082       (( chksum   ))
-d      (( filename ))
-
-d
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E6       (( chksum   ))
-dd     (( filename ))
-\\0\\0\\0
-dd
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000014A       (( chksum   ))
-ddd    (( filename ))
-\\0\\0
-ddd
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AE       (( chksum   ))
-dddd   (( filename ))
-\\0
-dddd
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000212       (( chksum   ))
-ddddd  (( filename ))
-
-ddddd
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ddddd.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000083       (( chksum   ))
-e      (( filename ))
-
-e
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E8       (( chksum   ))
-ee     (( filename ))
-\\0\\0\\0
-ee
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000014D       (( chksum   ))
-eee    (( filename ))
-\\0\\0
-eee
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001B2       (( chksum   ))
-eeee   (( filename ))
-\\0
-eeee
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000217       (( chksum   ))
-eeeee  (( filename ))
-
-eeeee
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-eeeee.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000084       (( chksum   ))
-f      (( filename ))
-
-f
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000EA       (( chksum   ))
-ff     (( filename ))
-\\0\\0\\0
-ff
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000150       (( chksum   ))
-fff    (( filename ))
-\\0\\0
-fff
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001B6       (( chksum   ))
-ffff   (( filename ))
-\\0
-ffff
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000021C       (( chksum   ))
-fffff  (( filename ))
-
-fffff
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-fffff.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000085       (( chksum   ))
-g      (( filename ))
-
-g
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000EC       (( chksum   ))
-gg     (( filename ))
-\\0\\0\\0
-gg
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000153       (( chksum   ))
-ggg    (( filename ))
-\\0\\0
-ggg
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001BA       (( chksum   ))
-gggg   (( filename ))
-\\0
-gggg
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000221       (( chksum   ))
-ggggg  (( filename ))
-
-ggggg
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ggggg.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000086       (( chksum   ))
-h      (( filename ))
-
-h
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000EE       (( chksum   ))
-hh     (( filename ))
-\\0\\0\\0
-hh
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000156       (( chksum   ))
-hhh    (( filename ))
-\\0\\0
-hhh
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001BE       (( chksum   ))
-hhhh   (( filename ))
-\\0
-hhhh
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000226       (( chksum   ))
-hhhhh  (( filename ))
-
-hhhhh
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-hhhhh.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000087       (( chksum   ))
-i      (( filename ))
-
-i
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F0       (( chksum   ))
-ii     (( filename ))
-\\0\\0\\0
-ii
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000159       (( chksum   ))
-iii    (( filename ))
-\\0\\0
-iii
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001C2       (( chksum   ))
-iiii   (( filename ))
-\\0
-iiii
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000022B       (( chksum   ))
-iiiii  (( filename ))
-
-iiiii
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-iiiii.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000088       (( chksum   ))
-j      (( filename ))
-
-j
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F2       (( chksum   ))
-jj     (( filename ))
-\\0\\0\\0
-jj
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000015C       (( chksum   ))
-jjj    (( filename ))
-\\0\\0
-jjj
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001C6       (( chksum   ))
-jjjj   (( filename ))
-\\0
-jjjj
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000230       (( chksum   ))
-jjjjj  (( filename ))
-
-jjjjj
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-jjjjj.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000089       (( chksum   ))
-k      (( filename ))
-
-k
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F4       (( chksum   ))
-kk     (( filename ))
-\\0\\0\\0
-kk
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000015F       (( chksum   ))
-kkk    (( filename ))
-\\0\\0
-kkk
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001CA       (( chksum   ))
-kkkk   (( filename ))
-\\0
-kkkk
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000235       (( chksum   ))
-kkkkk  (( filename ))
-
-kkkkk
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-kkkkk.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008A       (( chksum   ))
-l      (( filename ))
-
-l
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F6       (( chksum   ))
-ll     (( filename ))
-\\0\\0\\0
-ll
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000162       (( chksum   ))
-lll    (( filename ))
-\\0\\0
-lll
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001CE       (( chksum   ))
-llll   (( filename ))
-\\0
-llll
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000023A       (( chksum   ))
-lllll  (( filename ))
-
-lllll
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-lllll.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008B       (( chksum   ))
-m      (( filename ))
-
-m
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000F8       (( chksum   ))
-mm     (( filename ))
-\\0\\0\\0
-mm
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000165       (( chksum   ))
-mmm    (( filename ))
-\\0\\0
-mmm
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001D2       (( chksum   ))
-mmmm   (( filename ))
-\\0
-mmmm
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000023F       (( chksum   ))
-mmmmm  (( filename ))
-
-mmmmm
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-mmmmm.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008C       (( chksum   ))
-n      (( filename ))
-
-n
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000FA       (( chksum   ))
-nn     (( filename ))
-\\0\\0\\0
-nn
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000168       (( chksum   ))
-nnn    (( filename ))
-\\0\\0
-nnn
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001D6       (( chksum   ))
-nnnn   (( filename ))
-\\0
-nnnn
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000244       (( chksum   ))
-nnnnn  (( filename ))
-
-nnnnn
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-nnnnn.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008D       (( chksum   ))
-o      (( filename ))
-
-o
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000FC       (( chksum   ))
-oo     (( filename ))
-\\0\\0\\0
-oo
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000016B       (( chksum   ))
-ooo    (( filename ))
-\\0\\0
-ooo
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001DA       (( chksum   ))
-oooo   (( filename ))
-\\0
-oooo
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000249       (( chksum   ))
-ooooo  (( filename ))
-
-ooooo
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ooooo.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008E       (( chksum   ))
-p      (( filename ))
-
-p
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000FE       (( chksum   ))
-pp     (( filename ))
-\\0\\0\\0
-pp
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000016E       (( chksum   ))
-ppp    (( filename ))
-\\0\\0
-ppp
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001DE       (( chksum   ))
-pppp   (( filename ))
-\\0
-pppp
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000024E       (( chksum   ))
-ppppp  (( filename ))
-
-ppppp
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ppppp.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000008F       (( chksum   ))
-q      (( filename ))
-
-q
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000100       (( chksum   ))
-qq     (( filename ))
-\\0\\0\\0
-qq
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000171       (( chksum   ))
-qqq    (( filename ))
-\\0\\0
-qqq
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001E2       (( chksum   ))
-qqqq   (( filename ))
-\\0
-qqqq
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000253       (( chksum   ))
-qqqqq  (( filename ))
-
-qqqqq
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-qqqqq.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000090       (( chksum   ))
-r      (( filename ))
-
-r
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000102       (( chksum   ))
-rr     (( filename ))
-\\0\\0\\0
-rr
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000174       (( chksum   ))
-rrr    (( filename ))
-\\0\\0
-rrr
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001E6       (( chksum   ))
-rrrr   (( filename ))
-\\0
-rrrr
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000258       (( chksum   ))
-rrrrr  (( filename ))
-
-rrrrr
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-rrrrr.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000091       (( chksum   ))
-s      (( filename ))
-
-s
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000104       (( chksum   ))
-ss     (( filename ))
-\\0\\0\\0
-ss
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000177       (( chksum   ))
-sss    (( filename ))
-\\0\\0
-sss
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001EA       (( chksum   ))
-ssss   (( filename ))
-\\0
-ssss
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000025D       (( chksum   ))
-sssss  (( filename ))
-
-sssss
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-sssss.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000092       (( chksum   ))
-t      (( filename ))
-
-t
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000106       (( chksum   ))
-tt     (( filename ))
-\\0\\0\\0
-tt
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000017A       (( chksum   ))
-ttt    (( filename ))
-\\0\\0
-ttt
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001EE       (( chksum   ))
-tttt   (( filename ))
-\\0
-tttt
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000262       (( chksum   ))
-ttttt  (( filename ))
-
-ttttt
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ttttt.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000093       (( chksum   ))
-u      (( filename ))
-
-u
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000108       (( chksum   ))
-uu     (( filename ))
-\\0\\0\\0
-uu
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000017D       (( chksum   ))
-uuu    (( filename ))
-\\0\\0
-uuu
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001F2       (( chksum   ))
-uuuu   (( filename ))
-\\0
-uuuu
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000267       (( chksum   ))
-uuuuu  (( filename ))
-
-uuuuu
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-uuuuu.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000094       (( chksum   ))
-v      (( filename ))
-
-v
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000010A       (( chksum   ))
-vv     (( filename ))
-\\0\\0\\0
-vv
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000180       (( chksum   ))
-vvv    (( filename ))
-\\0\\0
-vvv
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001F6       (( chksum   ))
-vvvv   (( filename ))
-\\0
-vvvv
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000026C       (( chksum   ))
-vvvvv  (( filename ))
-
-vvvvv
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-vvvvv.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000095       (( chksum   ))
-w      (( filename ))
-
-w
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000010C       (( chksum   ))
-ww     (( filename ))
-\\0\\0\\0
-ww
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000183       (( chksum   ))
-www    (( filename ))
-\\0\\0
-www
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001FA       (( chksum   ))
-wwww   (( filename ))
-\\0
-wwww
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000271       (( chksum   ))
-wwwww  (( filename ))
-
-wwwww
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-wwwww.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000096       (( chksum   ))
-x      (( filename ))
-
-x
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000010E       (( chksum   ))
-xx     (( filename ))
-\\0\\0\\0
-xx
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000186       (( chksum   ))
-xxx    (( filename ))
-\\0\\0
-xxx
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001FE       (( chksum   ))
-xxxx   (( filename ))
-\\0
-xxxx
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000276       (( chksum   ))
-xxxxx  (( filename ))
-
-xxxxx
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-xxxxx.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000097       (( chksum   ))
-y      (( filename ))
-
-y
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000110       (( chksum   ))
-yy     (( filename ))
-\\0\\0\\0
-yy
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000189       (( chksum   ))
-yyy    (( filename ))
-\\0\\0
-yyy
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-00000202       (( chksum   ))
-yyyy   (( filename ))
-\\0
-yyyy
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000027B       (( chksum   ))
-yyyyy  (( filename ))
-
-yyyyy
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-yyyyy.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000098       (( chksum   ))
-z      (( filename ))
-
-z
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000112       (( chksum   ))
-zz     (( filename ))
-\\0\\0\\0
-zz
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-0000018C       (( chksum   ))
-zzz    (( filename ))
-\\0\\0
-zzz
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-00000206       (( chksum   ))
-zzzz   (( filename ))
-\\0
-zzzz
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000280       (( chksum   ))
-zzzzz  (( filename ))
-
-zzzzz
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-zzzzz.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-")
-
-(defvar *cdmt-crc-untouched-large-dired-buffer* "CPIO archive: 
alphabet.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dd
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ddd
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dddd
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ddddd
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ddddd.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} e
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ee
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eee
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eeee
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eeeee
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eeeee.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} f
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ff
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} fff
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ffff
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} fffff
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} fffff.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} g
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} gg
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ggg
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} gggg
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ggggg
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ggggg.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} h
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hh
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhh
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhhh
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhhhh
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhhhh.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} i
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ii
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iii
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iiii
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iiiii
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iiiii.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} j
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jj
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjj
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjjj
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjjjj
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjjjj.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} k
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kk
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkk
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkkk
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkkkk
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkkkk.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} l
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ll
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} lll
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} llll
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} lllll
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} lllll.d
-.+"                                    ;emacs barfs if it's much longer than 
this.
-  "Contents of an untouched cpio-dired directory for the large cpio archive.")
-(setq *cdmt-crc-untouched-large-dired-buffer* "CPIO archive: alphabet.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dd
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ddd
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dddd
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ddddd
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ddddd.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} e
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ee
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eee
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eeee
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eeeee
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} eeeee.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} f
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ff
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} fff
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ffff
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} fffff
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} fffff.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} g
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} gg
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ggg
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} gggg
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ggggg
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ggggg.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} h
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hh
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhh
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhhh
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhhhh
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} hhhhh.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} i
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ii
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iii
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iiii
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iiiii
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} iiiii.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} j
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jj
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjj
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjjj
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjjjj
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} jjjjj.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} k
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kk
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkk
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkkk
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkkkk
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} kkkkk.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} l
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ll
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} lll
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} llll
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} lllll
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} lllll.d
-.+
-")
-
-
-;; 
-;; Library
-;; 
-
-(shell-command "cd test_data/alphabet ; make crc" nil nil)
-
-(defun cdmt-crc-filter-archive-contents (archive-contents)
-  "Make the given ARCHIVE-CONTENTS fully printable and readable."
-  (let ((fname "cdmt-crc-filter-archive-contents")
-       (char-map (list (cons "\0" "\\0"))))
-    (setq archive-contents (cdmt-crc-reformat-crc-headers archive-contents))
-    (mapc (lambda (cm)
-           (let ((from (car cm))
-                 (to (cdr cm)))
-             (setq archive-contents (cdmt-global-sub from to 
archive-contents))))
-         char-map)
-    archive-contents))
-
-(defun cdmt-crc-reformat-crc-headers (archive-contents)
-  "Reformat the cpio crc entry headers in the given ARCHIVE-CONTENTS
-So that they are human readable.
-CAVEATS: \(1\) If ARCHIVE-CONTENTS contains entries that contain entry headers,
-then those will also be reformatted.
-\(2\) The entry names are taken to be a sequence of printable characters.
-So, if NULLs have been converted to printable characters,
-then the entry names will be incorrect."
-  (let ((fname "cdmt-crc-reformat-crc-headers"))
-    (while (string-match *cpio-crc-header-re* archive-contents)
-      (setq archive-contents (concat (substring archive-contents 0 
(match-beginning 0))
-                                    (concat (match-string-no-properties 
*cpio-crc-magic-re-idx*    archive-contents) "\t(( magic    ))\n")
-                                    (concat "DEADBEEF"                         
                         "\t(( ino      ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-mode-re-idx*     archive-contents) "\t(( mode     ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-uid-re-idx*      archive-contents) "\t(( uid      ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-gid-re-idx*      archive-contents) "\t(( gid      ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-nlink-re-idx*    archive-contents) "\t(( nlink    ))\n")
-                                    ;; Note that the mod time can change.
-                                    (concat "DEADBEEF"                         
                         "\t(( mtime    ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-filesize-re-idx* archive-contents) "\t(( filesize ))\n")
-                                    (concat "DEADBEEF"                         
                         "\t(( dev maj  ))\n")
-                                    (concat "DEADBEEF"                         
                         "\t(( dev min  ))\n")
-                                    (concat "DEADBEEF"                         
                         "\t(( rdev maj ))\n")
-                                    (concat "DEADBEEF"                         
                         "\t(( rdev min ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-namesize-re-idx* archive-contents) "\t(( namesize ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-chksum-re-idx*   archive-contents) "\t(( chksum   ))\n")
-                                    (concat (match-string-no-properties 
*cpio-crc-filename-re-idx* archive-contents) "\t(( filename ))\n")
-                                    (substring archive-contents (match-end 
0)))))
-    (concat archive-contents "\n")))
-
-
-;; 
-;; Tests
-;; 
-
-;; N.B. cdmt-crc- = cpio-dired-mode-test-
-
-(defvar run-dir default-directory)
-(setq run-dir default-directory)
-
-
-(custom-set-variables (list 'cpio-try-names nil))
-
-;; All tests use M-x cpio-dired-kill.
-(ert-deftest cdmt-crc-cpio-dired-kill () ;✓
-  "Test the function of M-x cpio-dired-kill."
-  (let ((test-name "cdmt-crc-cpio-dired-kill")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents))
-
-    (cdmt-reset 'make)
-
-    (cpio-dired-kill)
-
-    (cdmt-message "%s(): Dired style buffer should not be live." test-name)
-    (should (not (buffer-live-p cpio-dired-buffer)))
-    (cdmt-message "%s(): Archive buffer should not be live." test-name)
-    (should (not (buffer-live-p cpio-archive-buffer)))))
-
-(ert-deftest cdmt-crc-cpio-dired-do-isearch ()
-  "Test cpio-dired-do-isearch.
-cpio-dired-do-isearch is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-isearch)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-isearch-regexp ()
-  "Test cpio-dired-do-isearch-regexp.
-cpio-dired-do-isearch-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-isearch-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-isearch-entry-names ()
-  "Test cpio-dired-isearch-entry-names.
-cpio-dired-isearch-entry-names is not yet implemented -- expect an error."
-  (should-error (cpio-dired-isearch-entry-names)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-isearch-entry-names-regexp ()
-  "Test cpio-dired-isearch-entry-names-regexp.
-cpio-dired-isearch-entry-names-regexp is not yet implemented -- expect an 
error."
-  (should-error (cpio-dired-isearch-entry-names-regexp)
-               :type 'error))
-
-;;;;;;;; This gets an end-of-buffer error under ERT.
-;;;;;;;; (ert-deftest cdmt-crc-cpio-dired-save-archive-0 () ;✓
-;;;;;;;;   "Test the function of M-x cpio-dired-save-archive."
-;;;;;;;;   (let ((test-name "cdmt-crc-cpio-dired-save-archive")
-;;;;;;;;         (cpio-archive-buffer)
-;;;;;;;;       (cpio-archive-buffer-contents-before)
-;;;;;;;;         (cpio-archive-buffer-contents)
-;;;;;;;;         (cpio-dired-buffer)
-;;;;;;;;         (cpio-dired-buffer-contents-before)
-;;;;;;;;         (cpio-dired-buffer-contents)
-;;;;;;;;         )
-;;;;;;;;     (cdmt-reset 'make)
-
-;;;;;;;;     (progn (goto-char (point-min))
-;;;;;;;;          (re-search-forward " aa$" (point-max))
-;;;;;;;;          (cpio-dired-do-delete 1)
-;;;;;;;;          (setq cpio-archive-buffer-contents-before
-;;;;;;;;                (cdmt-crc-filter-archive-contents (with-current-buffer 
cpio-archive-buffer
-;;;;;;;;                                                
(buffer-substring-no-properties (point-min) (point-max)))))
-;;;;;;;;          (setq cpio-dired-buffer-contents-before (with-current-buffer 
cpio-dired-buffer
-;;;;;;;;                                                    
(buffer-substring-no-properties (point-min) (point-max)))))
-
-;;;;;;;;     (should (and "Archive buffer should be modified."
-;;;;;;;;                (buffer-modified-p cpio-archive-buffer)))
-;;;;;;;;     (should (and "Archive buffer should be missing exactly the entry 
for aa."
-;;;;;;;;                (string-equal "070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; a     (( filename ))
-
-;;;;;;;; a
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaa   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; aaa
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaa  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; aaaa
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa (( filename ))
-
-;;;;;;;; aaaaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; b     (( filename ))
-
-;;;;;;;; b
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bb    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; bb
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbb   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; bbb
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbb  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; bbbb
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb (( filename ))
-
-;;;;;;;; bbbbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; c     (( filename ))
-
-;;;;;;;; c
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cc    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; cc
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccc   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; ccc
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cccc  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; cccc
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc (( filename ))
-
-;;;;;;;; ccccc
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 00000000      (( mode     ))
-;;;;;;;; 00000000      (( uid      ))
-;;;;;;;; 00000000      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 0000000B      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; TRAILER!!!    (( filename ))
-;;;;;;;; 
\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-;;;;;;;;     (should (and "Checking dired-style buffer before saving."
-;;;;;;;;                (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-;;;;;;;; " cpio-dired-buffer-contents-before)))
-
-;;;;;;;;     (progn (cpio-dired-save-archive)
-;;;;;;;;          (setq cpio-archive-buffer-contents
-;;;;;;;;                (cdmt-crc-filter-archive-contents 
-;;;;;;;;                 (with-current-buffer cpio-archive-buffer
-;;;;;;;;                   (buffer-substring-no-properties (point-min) 
(point-max)))))
-;;;;;;;;          (setq cpio-dired-buffer-contents
-;;;;;;;;                (with-current-buffer cpio-dired-buffer
-;;;;;;;;                  (buffer-substring-no-properties (point-min) 
(point-max)))))
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min)(point)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     (should (and "Archive buffer should no longer be modified."
-;;;;;;;;                (not (buffer-modified-p cpio-archive-buffer))))
-;;;;;;;;     (should (and "Checking the archive buffer after saving."
-;;;;;;;;                (string-equal "070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; a     (( filename ))
-
-;;;;;;;; a
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaa   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; aaa
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaa  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; aaaa
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa (( filename ))
-
-;;;;;;;; aaaaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; b     (( filename ))
-
-;;;;;;;; b
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bb    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; bb
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbb   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; bbb
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbb  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; bbbb
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb (( filename ))
-
-;;;;;;;; bbbbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; c     (( filename ))
-
-;;;;;;;; c
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cc    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; cc
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccc   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; ccc
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cccc  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; cccc
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc (( filename ))
-
-;;;;;;;; ccccc
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 00000000      (( mode     ))
-;;;;;;;; 00000000      (( uid      ))
-;;;;;;;; 00000000      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 0000000B      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; TRAILER!!!    (( filename ))
-;;;;;;;; 
\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-
-;;;;;;;;     (should (and "Checking the dired-style buffer after saving."
-;;;;;;;;                (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-;;;;;;;; " cpio-dired-buffer-contents)))
-
-;;;;;;;;     ;; The archive strings should be identical up to the TRAILER!!! 
padding.
-;;;;;;;;     ;; NO! Padding after any added, deleted or changed entry will 
also change.
-;;;;;;;;     ;; (string-match "TRAILER!!!" cpio-archive-buffer-contents-before)
-;;;;;;;;     ;; (setq cpio-archive-buffer-contents-before (substring 
cpio-archive-buffer-contents-before 0 (match-end 0)))
-;;;;;;;;     ;; (string-match "TRAILER!!!" cpio-archive-buffer-contents)
-;;;;;;;;     ;; (setq cpio-archive-buffer-contents (substring 
cpio-archive-buffer-contents 0 (match-end 0)))
-;;;;;;;;     ;; (should (string-equal cpio-archive-buffer-contents-before 
cpio-archive-buffer-contents))
-
-;;;;;;;;     (should (and "The dired style buffer should not have changed."
-;;;;;;;;                (string-equal cpio-dired-buffer-contents-before 
cpio-dired-buffer-contents)))
-
-;;;;;;;;     (cdmt-reset)
-
-;;;;;;;;     (progn (goto-char (point-min))
-;;;;;;;;          (re-search-forward " aaaa$" (point-max))
-;;;;;;;;          (setq unread-command-events (listify-key-sequence "dddd\n"))
-;;;;;;;;          (cpio-dired-do-rename 1)
-;;;;;;;;          (cpio-dired-save-archive)
-;;;;;;;;          (setq cpio-archive-buffer-contents
-;;;;;;;;                (cdmt-crc-filter-archive-contents
-;;;;;;;;                 (with-current-buffer cpio-archive-buffer
-;;;;;;;;                   (buffer-substring-no-properties (point-min) 
(point-max)))))
-;;;;;;;;          (setq cpio-dired-buffer-contents
-;;;;;;;;                (with-current-buffer cpio-dired-buffer
-;;;;;;;;                  (buffer-substring-no-properties (point-min) 
(point-max)))))
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min) (point-max)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     (should (and "Expecting the standard archive with aaaa moved to 
ddddd."
-;;;;;;;;                (string-equal "070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; a     (( filename ))
-
-;;;;;;;; a
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaa   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; aaa
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa (( filename ))
-
-;;;;;;;; aaaaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; b     (( filename ))
-
-;;;;;;;; b
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bb    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; bb
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbb   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; bbb
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbb  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; bbbb
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb (( filename ))
-
-;;;;;;;; bbbbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; c     (( filename ))
-
-;;;;;;;; c
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cc    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; cc
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccc   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; ccc
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cccc  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; cccc
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc (( filename ))
-
-;;;;;;;; ccccc
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; dddd  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; aaaa
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 00000000      (( mode     ))
-;;;;;;;; 00000000      (( uid      ))
-;;;;;;;; 00000000      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 0000000B      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; TRAILER!!!    (( filename ))
-;;;;;;;; 
\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-
-;;;;;;;;     (should (and "Expecting a dired style buffer without aaaa."
-;;;;;;;;                (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dddd
-;;;;;;;; " cpio-dired-buffer-contents)))
-
-;;;;;;;;     (cdmt-reset)
-
-;;;;;;;;     (progn (goto-char (point-min))
-;;;;;;;;          (re-search-forward " b$" (point-max))
-;;;;;;;;          (cpio-dired-mark 4)
-;;;;;;;;          (setq unread-command-events (listify-key-sequence "d\n"))
-;;;;;;;;          (cpio-dired-do-rename 1)
-;;;;;;;;          (cpio-dired-save-archive)
-;;;;;;;;          (setq cpio-archive-buffer-contents
-;;;;;;;;                (cdmt-crc-filter-archive-contents
-;;;;;;;;                 (with-current-buffer cpio-archive-buffer
-;;;;;;;;                   (buffer-substring-no-properties (point-min) 
(point-max)))))
-;;;;;;;;          (setq cpio-dired-buffer-contents
-;;;;;;;;                (with-current-buffer cpio-dired-buffer
-;;;;;;;;                  (buffer-substring-no-properties (point-min) 
(point-max)))))
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min) (point-max)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     (should (and "Expecting a small archive with d/b, d/bb, d/bbb, 
d/bbbb."
-;;;;;;;;                (string-equal "070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; a     (( filename ))
-
-;;;;;;;; a
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaa   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; aaa
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa (( filename ))
-
-;;;;;;;; aaaaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb (( filename ))
-
-;;;;;;;; bbbbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; c     (( filename ))
-
-;;;;;;;; c
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cc    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; cc
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccc   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; ccc
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cccc  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; cccc
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc (( filename ))
-
-;;;;;;;; ccccc
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; dddd  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; aaaa
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000007      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; d/bbbb        (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; bbbb
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; d/bbb (( filename ))
-
-;;;;;;;; bbb
-
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; d/bb  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; bb
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000004      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; d/b   (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; b
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 00000000      (( mode     ))
-;;;;;;;; 00000000      (( uid      ))
-;;;;;;;; 00000000      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 0000000B      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; TRAILER!!!    (( filename ))
-;;;;;;;; 
\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min) (point-max)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     (should (and "Looking for a small dired-style buffer with d/b, 
d/bb, d/bbb, d/bbbb"
-;;;;;;;;                (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dddd
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d/bbbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d/bbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d/bb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d/b
-;;;;;;;; " cpio-dired-buffer-contents)))
-
-;;;;;;;;     (cdmt-reset)
-
-;;;;;;;;     (progn (cpio-dired-mark-entries-regexp "\\`...\\'")
-;;;;;;;;          (setq unread-command-events (listify-key-sequence 
"newDirectory\n"))
-;;;;;;;;          ;; HEREHERE This rename does something wrong.
-;;;;;;;;          (cpio-dired-do-rename 1)
-;;;;;;;;          (cpio-dired-save-archive)
-;;;;;;;;          (setq cpio-archive-buffer-contents
-;;;;;;;;                (cdmt-crc-filter-archive-contents
-;;;;;;;;                 (with-current-buffer cpio-archive-buffer
-;;;;;;;;                   (buffer-substring-no-properties (point-min) 
(point-max)))))
-;;;;;;;;          (setq cpio-dired-buffer-contents
-;;;;;;;;                (with-current-buffer cpio-dired-buffer
-;;;;;;;;                  (buffer-substring-no-properties (point-min) 
(point-max)))))
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min) (point-max)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     (should (string-equal "070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; a     (( filename ))
-
-;;;;;;;; a
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa (( filename ))
-
-;;;;;;;; aaaaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; aaaaa.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb (( filename ))
-
-;;;;;;;; bbbbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; bbbbb.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000002      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; c     (( filename ))
-
-;;;;;;;; c
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000003      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cc    (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; cc
-
-;;;;;;;; \\0\\0\\0070702       (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; cccc  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; cccc
-
-;;;;;;;; \\0070702     (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000008      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000006      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc (( filename ))
-
-;;;;;;;; ccccc
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000041ED      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000002      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000008      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; ccccc.d       (( filename ))
-;;;;;;;; \\0\\0070702  (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000005      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; dddd  (( filename ))
-;;;;;;;; \\0
-;;;;;;;; aaaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000007      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000012      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; newDirectory/bbbb     (( filename ))
-
-;;;;;;;; bbbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000011      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; newDirectory/bbb      (( filename ))
-;;;;;;;; \\0
-;;;;;;;; bbb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000005      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000010      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; newDirectory/bb       (( filename ))
-;;;;;;;; \\0\\0
-;;;;;;;; bb
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000004      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 0000000F      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; newDirectory/b        (( filename ))
-;;;;;;;; \\0\\0\\0
-;;;;;;;; b
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000011      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; newDirectory/ccc      (( filename ))
-;;;;;;;; \\0
-;;;;;;;; ccc
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 000081A4      (( mode     ))
-;;;;;;;; 000003E8      (( uid      ))
-;;;;;;;; 000003E8      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000006      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 00000011      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; newDirectory/aaa      (( filename ))
-;;;;;;;; \\0
-;;;;;;;; aaa
-
-;;;;;;;; 070702        (( magic    ))
-;;;;;;;; DEADBEEF      (( ino      ))
-;;;;;;;; 00000000      (( mode     ))
-;;;;;;;; 00000000      (( uid      ))
-;;;;;;;; 00000000      (( gid      ))
-;;;;;;;; 00000001      (( nlink    ))
-;;;;;;;; DEADBEEF      (( mtime    ))
-;;;;;;;; 00000000      (( filesize ))
-;;;;;;;; DEADBEEF      (( dev maj  ))
-;;;;;;;; DEADBEEF      (( dev min  ))
-;;;;;;;; DEADBEEF      (( rdev maj ))
-;;;;;;;; DEADBEEF      (( rdev min ))
-;;;;;;;; 0000000B      (( namesize ))
-;;;;;;;; 00000000      (( chksum   ))
-;;;;;;;; TRAILER!!!    (( filename ))
-;;;;;;;; 
\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-
-;;;;;;;;     (should (= 0 1))
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min) (point-max)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-;;;;;;;;   drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} dddd
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/bbbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/bbb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/bb
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/b
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/ccc
-;;;;;;;;   -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaa
-;;;;;;;; " cpio-dired-buffer-contents))
-
-;;;;;;;;     (should (= 0 1))
-
-;;;;;;;;     ;; (cdmt-crc-do-cpio-id (count-lines (point-min) (point-max)) 
(file-name-nondirectory *cdmt-crc-small-archive*))
-
-;;;;;;;;     ))
-
-(ert-deftest cdmt-crc-cpio-dired-add-entry ()
-  "Test cpio-dired-add-entry.
-cpio-dired-add-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-add-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-change-marks ()
-  "Test cpio-dired-change-marks.
-cpio-dired-change-marks is not yet implemented -- expect an error."
-  (should-error (cpio-dired-change-marks)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-clean-directory ()
-  "Test cpio-dired-clean-directory.
-cpio-dired-clean-directory is not yet implemented -- expect an error."
-  (should-error (cpio-dired-clean-directory)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-copy-entry-name-as-kill ()
-  (should-error (cpio-dired-copy-entry-name-as-kill 1)
-               :type 'error))
-
-;;;; (ert-deftest NOT-YET-cdmt-crc-cpio-dired-copy-entry-name-as-kill ()
-;;;;   "Test cpio-dired-copy-entry-name-as-kill.
-;;;; cpio-dired-copy-entry-name-as-kill is not yet implemented -- expect an 
error."
-;;;;   (let ((test-name "cdmt-crc-cpio-dired-copy-entry-name-as-kill")
-;;;;         (cpio-archive-buffer)
-;;;;         (cpio-archive-buffer-contents)
-;;;;         (cpio-dired-buffer)
-;;;;         (cpio-dired-buffer-contents)
-;;;;   (cpio-contents-buffer-name)
-;;;;   (cpio-contents-buffer)
-;;;;   (cpio-contents-buffer-string)
-;;;;   (cpio-contents-window)
-;;;;   (entry-name)
-;;;;   (current-kill-before)
-;;;;   (kill-ring-before)
-;;;;   (entry-names)
-;;;;   (interprogram-paste-function nil))
-;;;;     (cdmt-reset 'make)
-;;;; 
-;;;;     (progn (setq current-kill-before (current-kill 0 'do-not-move))
-;;;;      (cpio-dired-next-line 2)
-;;;;      (push (cpio-dired-get-entry-name) entry-names)
-;;;;      (cpio-dired-copy-entry-name-as-kill 1))
-;;;; 
-;;;;     (while entry-names
-;;;;       (should (string-equal (current-kill 0) (pop entry-names)))
-;;;;       (current-kill 1))
-;;;;     ;; Use (equal) here because the kill ring could have been empty.
-;;;;     (should (equal (current-kill 0) current-kill-before))
-;;;; 
-;;;;     (progn (cpio-dired-next-line 2)
-;;;;      (cpio-dired-copy-entry-name-as-kill 4)
-;;;;      (save-excursion
-;;;;        (let ((i 0))
-;;;;          (while (< i 4)
-;;;;            (push (cpio-dired-get-entry-name) entry-names)
-;;;;            (cpio-dired-next-line 1)
-;;;;            (setq i (1+ i))))))
-;;;; 
-;;;;     (while entry-names
-;;;;       (should (string-equal (current-kill 0) (pop entry-names)))
-;;;;       (current-kill 1))
-;;;;     ;; Use (equal) here because the kill ring could have been empty.
-;;;;     (should (equal (current-kill 0) current-kill-before))))
-
-(ert-deftest cdmt-crc-cpio-dired-diff ()
-  "Test cpio-dired-diff) ;.
-cpio-dired-diff) ; is not yet implemented -- expect an error."
-  (should-error (cpio-dired-diff) ;)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-display-entry () ;✓
-  "Test the function of M-x cpio-dired-display-entry."
-  (let ((test-name "cdmt-crc-cpio-dired-display-entry")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-contents-buffer-name)
-       (cpio-contents-buffer)
-       (cpio-contents-buffer-string)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (cpio-contents-window)
-       (entry-name))
-
-    (cdmt-reset 'make)
-
-    (set-buffer (setq cpio-dired-buffer (get-buffer (cpio-dired-buffer-name 
*cdmt-crc-small-archive*))))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq entry-name "aaa")
-          (goto-char (point-min))
-          (cpio-dired-goto-entry entry-name)
-
-          (cpio-dired-display-entry)
-
-          ;; (cpio-dired-display-entry) changes the current buffer.
-          (with-current-buffer cpio-dired-buffer
-            (setq cpio-contents-buffer (get-buffer (cpio-contents-buffer-name 
entry-name)))
-            (setq cpio-contents-buffer-string (with-current-buffer 
cpio-contents-buffer
-                                                
(buffer-substring-no-properties (point-min)
-                                                                               
 (point-max))))
-            (setq cpio-contents-window (get-buffer-window 
cpio-contents-buffer))
-            (setq cpio-archive-buffer-contents
-                  (cdmt-crc-filter-archive-contents
-                   (with-current-buffer cpio-archive-buffer
-                     (buffer-substring-no-properties (point-min) 
(point-max)))))
-            (setq cpio-dired-buffer-contents
-                  (with-current-buffer cpio-dired-buffer
-                    (buffer-substring-no-properties (point-min) (point-max))))
-            (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog))))
-
-    (with-current-buffer cpio-dired-buffer
-      ;;(should (and "Viewing an entry should not change the archive buffer."
-      (should     (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-      (cdmt-message "%s(): Viewing an entry should not change the dired-style 
buffer." test-name)
-      (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-      (cdmt-message "%s(): The contents buffer should not be null." test-name)
-      (should (not (null cpio-contents-buffer)))
-      (cdmt-message "%s(): The contents buffer should be live." test-name)
-      (should (buffer-live-p cpio-contents-buffer))
-      (cdmt-message "%s(): Check the entry's contents buffer." test-name)
-      (should (string-equal cpio-contents-buffer-string "\naaa\n\n"))
-      (cdmt-message "%s(): The entry's contents' window should be live." 
test-name)
-      (should (window-live-p cpio-contents-window))
-      (cdmt-message "%s(): Expecting no change to the catalog." test-name)
-      (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after)))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq entry-name "ccc")
-          (cpio-dired-goto-entry entry-name)
-          
-          (setq cpio-contents-buffer (cpio-dired-display-entry))
-
-          (with-current-buffer cpio-dired-buffer
-            (setq cpio-contents-buffer-string
-                  (with-current-buffer cpio-contents-buffer
-                    (buffer-substring-no-properties (point-min)
-                                                    (point-max))))
-            (setq cpio-contents-window (get-buffer-window 
cpio-contents-buffer))
-            (setq cpio-archive-buffer-contents
-                  (cdmt-crc-filter-archive-contents
-                   (with-current-buffer cpio-archive-buffer
-                     (buffer-substring-no-properties (point-min) 
(point-max)))))
-            (setq cpio-dired-buffer-contents
-                  (with-current-buffer cpio-dired-buffer
-                    (buffer-substring-no-properties (point-min) (point-max))))
-            (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog))))
-
-    (with-current-buffer cpio-dired-buffer
-      (cdmt-message "%s(): Checking the archive buffer." test-name)
-      (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-      (cdmt-message "%s(): Checking the dired-style buffer." test-name)
-      (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-      (should (not (null cpio-contents-buffer)))
-      (should (buffer-live-p cpio-contents-buffer))
-      (should (string-equal cpio-contents-buffer-string "\nccc\n\n"))
-      (should (window-live-p cpio-contents-window))
-      (cdmt-message "%s(): Expecting no change to the catalog." test-name)
-      (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after)))))
-
-(ert-deftest cdmt-crc-cpio-dired-do-async-shell-command ()
-  "Test cpio-dired-do-async-shell-command) ;.
-cpio-dired-do-async-shell-command) ; is not yet implemented -- expect an 
error."
-  (should-error (cpio-dired-do-async-shell-command)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-chgrp () ;✓
-  "Test the function of M-x cpio-dired-do-chgrp."
-  (let ((test-name "cdmt-crc-cpio-dired-do-chgrp")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-move-to-first-entry)
-          (setq unread-command-events (listify-key-sequence "9999\n"))
-          (cpio-dired-do-chgrp 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-    (cdmt-message "%s(): Expecting an unchanged archive. (8814)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting 'a' to have group 9999." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  9999        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting entry »a« to have group 9999 in the 
catalog." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 9999 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq unread-command-events (listify-key-sequence "8888\n"))
-          (cpio-dired-do-chgrp 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The archive buffer doesn't change until saving." 
test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting the first 4 entries to have group 8888." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  8888        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  8888        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  8888        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  8888        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with the first 3 entries having 
group 8888." test-name)
-    (should (string-match"((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 8888 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 8888 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 8888 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 8888 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence "7777\n"))
-          (cpio-dired-do-chgrp 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The archive is not changed until saved. (8894)" 
test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting \`...\' to have group 7777." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  7777        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  7777        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  7777        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting \`...\' to have group 7777." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 7777 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 7777 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ 7777 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-chmod ()
-  "Test cpio-dired-do-chmod."
-  (let ((test-name "cmt-cpio-dired-do-chmod")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq unread-command-events (listify-key-sequence "0755\n"))
-          (cpio-dired-do-chmod 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting the first entry to have mode -rwxr-xr-x." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rwxr-xr-x   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a mode of 0755 on the first entry." 
test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a mode of 0755 (33261) on the first entry." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33261 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-line 2)
-          (setq unread-command-events (listify-key-sequence "0600\n"))
-          (cpio-dired-do-chmod 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting aaa, aaaa, aaaaa to have mode -rw------." 
test-name)
-    (cdmt-message "%s(): Expecting aaaaa.d to have mode dr--------." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rwxr-xr-x   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:A\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:A\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:A\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drw-------   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:A\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (cdmt-message "%s(): The archive is not modified until saving." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    
-    (cdmt-message "%s(): Expecting aaa, aaaa, aaaaa to have mode 0100600 
(33152)." test-name)
-    (cdmt-message "%s(): Expecting aaaaa.d to have mode 040600 (16768)." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33261 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16768 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence "0660\n"))
-          (cpio-dired-do-chmod)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting ... to have mode -rw-rw----." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rwxr-xr-x   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-rw----   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drw-------   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-rw----   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-rw----   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an untouched archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting ... to have mode 0100660 (33200)." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33261 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33200 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16768 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33200 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33200 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-save-archive)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting all the above mode changes in the archive 
buffer." test-name)
-    (cdmt-message "%s(): • a has mode 0100755 (000081ED)." test-name)
-    (cdmt-message "%s(): • aaa, aaaa, aaaaa have mode 0100600 (00008180)." 
test-name)
-    (cdmt-message "%s(): • aaaaa.d has mode 040600 (00004180)." test-name)
-    (cdmt-message "%s(): • ... have mode 0660 (000081B0 for files or 000041B0 
for directories)." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081B0       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00008180       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-00008180       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-00004180       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081B0       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081B0       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting all the above mode changes in the dired 
buffer." test-name)
-    (cdmt-message "%s(): • a has mode -rwxr-xr-x" test-name)
-    (cdmt-message "%s(): • aaa, aaaa, aaaaa, aaaaa.d have mode -rw-r--r--" 
test-name)
-    (cdmt-message "%s(): • ... have mode -rw-rw----" test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rwxr-xr-x   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-rw----   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-------   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drw-------   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-rw----   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-rw----   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting all the above mode changes in the catalog." 
test-name)
-    (cdmt-message "%s(): • a has mode 33261." test-name)
-    (cdmt-message "%s(): • aaa, aaaa, aaaaa have mode 33152." test-name)
-    (cdmt-message "%s(): • aaaaa.d has mode 16768." test-name)
-    (cdmt-message "%s(): • ... have mode 33200 for files." test-name)
-    (cdmt-message "%s():                 16816 for directories." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33261 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33200 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 238 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 363 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33152 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 488 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16768 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33200 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 970 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1095 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1220 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33200 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1702 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1827 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1952 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-chown () ;✓
-  "Test the function of M-x cpio-do-chown."
-  (let ((test-name "cdmt-crc-cpio-dired-do-chown")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq unread-command-events (listify-key-sequence "9999\n"))
-          (cpio-dired-do-chown 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The archive buffer is not modified until saved. 
(10741)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with the owner of 'a' 
being 9999." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  9999  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): The owner of 'a' should be 9999." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 9999 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 2)
-          (setq unread-command-events (listify-key-sequence "8888\n"))
-          (cpio-dired-do-chown 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The archive buffer is not modified until saved. 
(11111)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting 4 entries with owner 8888." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  8888  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  8888  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  8888  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  8888  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting 4 catalog entries with owner 8888." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 8888 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 8888 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 8888 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 8888 [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence "7777\n"))
-          (cpio-dired-do-chown 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The archive buffer is not modified until saved. 
(10818)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting \`...\' to be owned by 7777." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  7777  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  7777  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  7777  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting ... to be owned by 7777." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 7777 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 7777 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 7777 [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-chown-1 ()
-  "Test the change-owner-user function of M-x cpio-dired-do-chown."
-  (let ((test-name "cdmt-crc-cpio-dired-do-chown-1")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq unread-command-events (listify-key-sequence "9999:1111\n"))
-          (cpio-dired-do-chown 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expect an untouched archive. (17974)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting entry 'a' to have owner 9999 and group 
1111." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  9999  1111        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting entry 'a' to have owner 9999 and group 
1111." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 9999 1111 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 2)
-          (setq unread-command-events (listify-key-sequence "8888:2222\n"))
-          (cpio-dired-do-chown 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched archive. (9918)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting 4 entries with owner 8888 and group 2222." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  8888  2222        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting 4 entries with owner 8888 and group 2222." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 8888 2222 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 8888 2222 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 8888 2222 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 8888 2222 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence "7777:3333\n"))
-          (cpio-dired-do-chown 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched archive. (9958)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive*  
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting \`...\' to have owner 7777 and group 3333." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  7777  3333        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  7777  3333        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  7777  3333        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting ... to have owner 7777 and group 3333." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 7777 3333 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 7777 3333 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 7777 3333 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-compress ()
-  "Test cpio-dired-do-compress.
-cpio-dired-do-compress is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-compress)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-copy-0 () ;✓
-  "Test the function of M-x cpio-do-copy."
-  (let ((test-name "cdmt-crc-cpio-dired-do-copy")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq unread-command-events (listify-key-sequence "d\n"))
-          (cpio-dired-do-copy 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Checking that entry »a« has been copied to »d«."  
test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-d      (( filename ))
-
-a
-
-
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Checking that there is an entry »d« in the dired 
style buffer." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting to see an entry »d«." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨d¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨d¨«
-\\s-+#<marker at 2197 in alphabet_small\.crc\.cpio> #<marker at 2309 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-copy-1 () ;✓
-  "Test the function of M-x cpio-do-copy."
-  ;; :expected-result :failed
-  (let ((test-name "cdmt-crc-cpio-dired-do-copy")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 2)
-          (setq unread-command-events (listify-key-sequence "newDirectory\n"))
-          (cpio-dired-do-copy 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Checking for »aaa«, »aaaa«, »aaaaa«, »aaaaa« copied 
to newDirectory in the archive." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000015       (( namesize ))
-00000000       (( chksum   ))
-newDirectory/aaaaa.d   (( filename ))
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000203       (( chksum   ))
-newDirectory/aaaaa     (( filename ))
-\\0\\0\\0
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000012       (( namesize ))
-000001A2       (( chksum   ))
-newDirectory/aaaa      (( filename ))
-
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000011       (( namesize ))
-00000141       (( chksum   ))
-newDirectory/aaa       (( filename ))
-\\0
-aaa
-
-\\0\\0
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Checking for the presence of »newDirectory/aaa«, 
»newDirectory/aaaa«, »newDirectory/aaaaa«, »newDirectory/aaaaa«." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-c drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaaa.d
-c -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaaa
-c -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaa
-c -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaa
-" cpio-dired-buffer-contents))
-
-    (should (string-match "((¨a¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 252 2 0 0 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small.crc.cpio> #<marker at 113 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 252 2 0 0 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small.crc.cpio> #<marker at 233 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 252 2 0 0 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small.crc.cpio> #<marker at 357 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 252 2 0 0 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small.crc.cpio> #<marker at 481 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 252 2 0 0 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small.crc.cpio> #<marker at 605 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa.d¨ .
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 252 2 0 0 8 0 ¨aaaaa.d¨«
-\\s-+#<marker at 613 in alphabet_small.crc.cpio> #<marker at 733 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 252 2 0 0 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small.crc.cpio> #<marker at 845 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 252 2 0 0 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small.crc.cpio> #<marker at 965 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 252 2 0 0 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small.crc.cpio> #<marker at 1089 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 252 2 0 0 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small.crc.cpio> #<marker at 1213 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 252 2 0 0 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small.crc.cpio> #<marker at 1337 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb.d¨ .
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 252 2 0 0 8 0 ¨bbbbb.d¨«
-\\s-+#<marker at 1345 in alphabet_small.crc.cpio> #<marker at 1465 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 252 2 0 0 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small.crc.cpio> #<marker at 1577 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 252 2 0 0 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small.crc.cpio> #<marker at 1697 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 252 2 0 0 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small.crc.cpio> #<marker at 1821 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 252 2 0 0 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small.crc.cpio> #<marker at 1945 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 252 2 0 0 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small.crc.cpio> #<marker at 2069 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc.d¨ .
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 252 2 0 0 8 0 ¨ccccc.d¨«
-\\s-+#<marker at 2077 in alphabet_small.crc.cpio> #<marker at 2197 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaaa.d¨ .
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 252 2 0 0 21 0 ¨newDirectory/aaaaa.d¨«
-\\s-+#<marker at 2197 in alphabet_small.crc.cpio> #<marker at 2329 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaaa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 252 2 0 0 19 515 ¨newDirectory/aaaaa¨«
-\\s-+#<marker at 2329 in alphabet_small.crc.cpio> #<marker at 2461 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 252 2 0 0 18 418 ¨newDirectory/aaaa¨«
-\\s-+#<marker at 2469 in alphabet_small.crc.cpio> #<marker at 2597 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaa¨ .
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 252 2 0 0 17 321 ¨newDirectory/aaa¨«
-\\s-+#<marker at 2605 in alphabet_small.crc.cpio> #<marker at 2733 in 
alphabet_small.crc.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-copy-2 () ;✓
-  "Test the function of M-x cpio-do-copy."
-  (let ((test-name "cdmt-crc-cpio-dired-do-copy")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence 
"newDirectory-1\n"))
-          (cpio-dired-do-copy 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an archive with each 3 letter entry copied 
to newDirectory-1." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000147       (( chksum   ))
-newDirectory-1/ccc     (( filename ))
-\\0\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000144       (( chksum   ))
-newDirectory-1/bbb     (( filename ))
-\\0\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000141       (( chksum   ))
-newDirectory-1/aaa     (( filename ))
-\\0\\0\\0
-aaa
-
-\\0\\0
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with ... under 
newDirectory-1." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-1/ccc
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-1/bbb
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-1/aaa
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting to see ... entries in newDirectory-1." 
test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-1/ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 327 
¨newDirectory-1/ccc¨«
-\\s-+#<marker at 2197 in alphabet_small\.crc\.cpio> #<marker at 2329 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-1/bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 324 
¨newDirectory-1/bbb¨«
-\\s-+#<marker at 2337 in alphabet_small\.crc\.cpio> #<marker at 2469 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-1/aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 321 
¨newDirectory-1/aaa¨«
-\\s-+#<marker at 2477 in alphabet_small\.crc\.cpio> #<marker at 2609 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-copy-3 () ;✓
-  "Test the function of M-x cpio-do-copy."
-  (let ((test-name "cdmt-crc-cpio-dired-do-copy")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "...")
-          (setq unread-command-events (listify-key-sequence 
"newDirectory-3\n"))
-          (cpio-dired-do-copy 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an archive with each entry named with at 
least 3 letters copied to newDirectory-3." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000017       (( namesize ))
-00000000       (( chksum   ))
-newDirectory-3/ccccc.d (( filename ))
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000015       (( namesize ))
-0000020D       (( chksum   ))
-newDirectory-3/ccccc   (( filename ))
-\\0
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000014       (( namesize ))
-000001AA       (( chksum   ))
-newDirectory-3/cccc    (( filename ))
-\\0\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000147       (( chksum   ))
-newDirectory-3/ccc     (( filename ))
-\\0\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000017       (( namesize ))
-00000000       (( chksum   ))
-newDirectory-3/bbbbb.d (( filename ))
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000015       (( namesize ))
-00000208       (( chksum   ))
-newDirectory-3/bbbbb   (( filename ))
-\\0
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000014       (( namesize ))
-000001A6       (( chksum   ))
-newDirectory-3/bbbb    (( filename ))
-\\0\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000144       (( chksum   ))
-newDirectory-3/bbb     (( filename ))
-\\0\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000017       (( namesize ))
-00000000       (( chksum   ))
-newDirectory-3/aaaaa.d (( filename ))
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000015       (( namesize ))
-00000203       (( chksum   ))
-newDirectory-3/aaaaa   (( filename ))
-\\0
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000014       (( namesize ))
-000001A2       (( chksum   ))
-newDirectory-3/aaaa    (( filename ))
-\\0\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000013       (( namesize ))
-00000141       (( chksum   ))
-newDirectory-3/aaa     (( filename ))
-\\0\\0\\0
-aaa
-
-\\0\\0
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting all entries named with at least 3 letters 
to have copies in newDirectory-3." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-C drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/ccccc.d
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/ccccc
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/cccc
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/ccc
-C drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/bbbbb.d
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/bbbbb
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/bbbb
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/bbb
-C drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/aaaaa.d
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/aaaaa
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/aaaa
-C -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-3/aaa
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting all entries named with at least 3 letters 
to have copies in newDirectory-3." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 23 0 
¨newDirectory-3/ccccc\.d¨«
-\\s-+#<marker at 2197 in alphabet_small\.crc\.cpio> #<marker at 2333 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 21 525 
¨newDirectory-3/ccccc¨«
-\\s-+#<marker at 2333 in alphabet_small\.crc\.cpio> #<marker at 2465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 20 426 
¨newDirectory-3/cccc¨«
-\\s-+#<marker at 2473 in alphabet_small\.crc\.cpio> #<marker at 2605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 327 
¨newDirectory-3/ccc¨«
-\\s-+#<marker at 2613 in alphabet_small\.crc\.cpio> #<marker at 2745 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 23 0 
¨newDirectory-3/bbbbb\.d¨«
-\\s-+#<marker at 2753 in alphabet_small\.crc\.cpio> #<marker at 2889 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 21 520 
¨newDirectory-3/bbbbb¨«
-\\s-+#<marker at 2889 in alphabet_small\.crc\.cpio> #<marker at 3021 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 20 422 
¨newDirectory-3/bbbb¨«
-\\s-+#<marker at 3029 in alphabet_small\.crc\.cpio> #<marker at 3161 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 324 
¨newDirectory-3/bbb¨«
-\\s-+#<marker at 3169 in alphabet_small\.crc\.cpio> #<marker at 3301 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 23 0 
¨newDirectory-3/aaaaa\.d¨«
-\\s-+#<marker at 3309 in alphabet_small\.crc\.cpio> #<marker at 3445 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 21 515 
¨newDirectory-3/aaaaa¨«
-\\s-+#<marker at 3445 in alphabet_small\.crc\.cpio> #<marker at 3577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 20 418 
¨newDirectory-3/aaaa¨«
-\\s-+#<marker at 3585 in alphabet_small\.crc\.cpio> #<marker at 3717 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-3/aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 321 
¨newDirectory-3/aaa¨«
-\\s-+#<marker at 3725 in alphabet_small\.crc\.cpio> #<marker at 3857 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-copy-regexp ()
-  "Test cpio-dired-do-copy-regexp.
-cpio-dired-do-copy-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-copy-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-delete () ;✓
-  "Test the function of M-x cpio-dired-do-delete."
-  (let ((test-name "cdmt-crc-cpio-dired-do-delete")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-do-delete 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting entry »a« to be deleted." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting entry »a« to be deleted." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with entry »a« deleted." 
test-name)
-    (should (string-match "((¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 117 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 125 in alphabet_small\.crc\.cpio> #<marker at 241 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 249 in alphabet_small\.crc\.cpio> #<marker at 365 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 373 in alphabet_small\.crc\.cpio> #<marker at 489 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 497 in alphabet_small\.crc\.cpio> #<marker at 617 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 617 in alphabet_small\.crc\.cpio> #<marker at 729 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 849 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 857 in alphabet_small\.crc\.cpio> #<marker at 973 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 981 in alphabet_small\.crc\.cpio> #<marker at 1097 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1105 in alphabet_small\.crc\.cpio> #<marker at 1221 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1229 in alphabet_small\.crc\.cpio> #<marker at 1349 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1349 in alphabet_small\.crc\.cpio> #<marker at 1461 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1581 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1589 in alphabet_small\.crc\.cpio> #<marker at 1705 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1713 in alphabet_small\.crc\.cpio> #<marker at 1829 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1837 in alphabet_small\.crc\.cpio> #<marker at 1953 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 1961 in alphabet_small\.crc\.cpio> #<marker at 2081 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 2)
-          (cpio-dired-do-delete 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting sn archive with 4 entries deleted." 
test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting 4 more consecutive deletions." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with entries" test-name)
-    (cdmt-message "%s():     »aaaa«, »aaaaa«, »aaaaa.d« and »b« deleted." 
test-name)
-    (should (string-match "((¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 117 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 125 in alphabet_small\.crc\.cpio> #<marker at 241 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 249 in alphabet_small\.crc\.cpio> #<marker at 365 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 373 in alphabet_small\.crc\.cpio> #<marker at 489 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 497 in alphabet_small\.crc\.cpio> #<marker at 613 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 621 in alphabet_small\.crc\.cpio> #<marker at 737 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 745 in alphabet_small\.crc\.cpio> #<marker at 865 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 865 in alphabet_small\.crc\.cpio> #<marker at 977 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 981 in alphabet_small\.crc\.cpio> #<marker at 1097 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1105 in alphabet_small\.crc\.cpio> #<marker at 1221 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1229 in alphabet_small\.crc\.cpio> #<marker at 1345 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1353 in alphabet_small\.crc\.cpio> #<marker at 1469 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 1477 in alphabet_small\.crc\.cpio> #<marker at 1597 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence "\n"))
-          (cpio-dired-do-delete 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an archive with ... deleted." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-00000000       (( mode     ))
-00000000       (( uid      ))
-00000000       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000B       (( namesize ))
-00000000       (( chksum   ))
-TRAILER!!!     (( filename ))
-\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0
 [...]
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with ... deleted." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with further entries \`...\' 
deleted." test-name)
-    (should (string-match "((¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 117 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 125 in alphabet_small\.crc\.cpio> #<marker at 241 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 249 in alphabet_small\.crc\.cpio> #<marker at 365 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 373 in alphabet_small\.crc\.cpio> #<marker at 489 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 497 in alphabet_small\.crc\.cpio> #<marker at 617 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 617 in alphabet_small\.crc\.cpio> #<marker at 729 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 849 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 857 in alphabet_small\.crc\.cpio> #<marker at 973 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 981 in alphabet_small\.crc\.cpio> #<marker at 1097 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 1105 in alphabet_small\.crc\.cpio> #<marker at 1225 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-flagged-delete ()
-  "Test cpio-dired-do-flagged-delete.
-cpio-dired-do-flagged-delete is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-flagged-delete)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-hardlink ()
-  "Test cpio-dired-do-hardlink.
-cpio-dired-do-hardlink is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-hardlink)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-hardlink-regexp ()
-  "Test cpio-dired-do-hardlink-regexp.
-cpio-dired-do-hardlink-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-hardlink-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-kill-lines ()
-  "Test cpio-dired-do-kill-lines.
-cpio-dired-do-kill-lines is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-kill-lines)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-print ()
-  "Test cpio-dired-do-print.
-cpio-dired-do-print is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-print)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-query-replace-regexp ()
-  "Test cpio-dired-do-query-replace-regexp.
-cpio-dired-do-query-replace-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-query-replace-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-redisplay ()
-  "Test cpio-dired-do-redisplay.
-cpio-dired-do-redisplay is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-redisplay)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-rename () ;✓
-  (let ((test-name "cdmt-crc-cpio-dired-do-rename")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq unread-command-events (listify-key-sequence "d\n"))
-          (cpio-dired-do-rename 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched archive." test-name)
-    (cdmt-message "%s(): The archive gets updated on save." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a dired buffer with no entry »a«, but an 
entry »d«." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting catalog with first entry »d«." test-name)
-    (should (string-match "((¨d¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨d¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-line 2)
-          (setq unread-command-events (listify-key-sequence "newDirectory\n"))
-          (cpio-dired-do-rename 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an as yet unchanged archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a dired style buffer with entries »aaaa«, 
»aaaaa«, »aaaaa.d« and »b« moved to »newDirectory«." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with the above changes." 
test-name)
-    (should (string-match "((¨d¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨d¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 17 321 
¨newDirectory/aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 18 418 
¨newDirectory/aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 515 
¨newDirectory/aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 21 0 
¨newDirectory/aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq unread-command-events (listify-key-sequence 
"newDirectory-1\n"))
-          (cpio-dired-do-rename 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an as yet unchanged archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a dired buffer with \`...\' all under 
newDirectory-1." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory/aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-1/bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory-1/ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with \`...\' entries in 
newDirectory-1." test-name)
-    (should (string-match "((¨d¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨d¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 17 321 
¨newDirectory/aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 18 418 
¨newDirectory/aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 515 
¨newDirectory/aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory/aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 21 0 
¨newDirectory/aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-1/bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 324 
¨newDirectory-1/bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨newDirectory-1/ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 19 327 
¨newDirectory-1/ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-do-rename-regexp ()
-  "Test cpio-dired-do-rename-regexp.
-cpio-dired-do-rename-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-rename-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-search ()
-  "Test cpio-dired-do-search.
-cpio-dired-do-search is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-search)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-symlink ()
-  "Test cpio-dired-do-symlink.
-cpio-dired-do-symlink is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-symlink)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-symlink-regexp ()
-  "Test cpio-dired-do-symlink-regexp.
-cpio-dired-do-symlink-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-symlink-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-do-touch ()
-  "Test cpio-dired-do-touch.
-cpio-dired-do-touch is not yet implemented -- expect an error."
-  (should-error (cpio-dired-do-touch)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-downcase ()
-  "Test cpio-dired-downcase.
-cpio-dired-downcase is not yet implemented -- expect an error."
-  (should-error (cpio-dired-downcase)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-extract-all ()
-  "Test cpio-dired-extract-all.
-cpio-dired-extract-all is not yet implemented -- expect an error."
-  (should-error (cpio-dired-extract-all)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-extract-entries ()
-  "Test cpio-dired-extract-entries.
-cpio-dired-extract-entries is not yet implemented -- expect an error."
-  (should-error (cpio-dired-extract-entries)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-find-alternate-entry ()
-  "Test cpio-dired-find-alternate-entry.
-cpio-dired-find-alternate-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-find-alternate-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-find-entry () ;✓
-  "Test the function of M-x cpio-find-entry.
-Expect errors about killed buffers.
-They reflect an outstanding bug in cpio-affiliated buffers."
-
-  (let ((test-name "cdmt-crc-cpio-dired-find-entry")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-contents-buffer)
-       (cpio-contents-buffer-string)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (cpio-contents-window)
-       (entry-name)
-       (past-entries ()))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq entry-name "aaa")
-          (cpio-dired-goto-entry entry-name)
-          (cpio-dired-display-entry)
-          ;; (cpio-dired-display-entry) changes the current buffer.
-          (with-current-buffer cpio-dired-buffer
-            (setq cpio-contents-buffer (get-buffer (cpio-contents-buffer-name 
entry-name)))
-            (setq cpio-contents-buffer-string (with-current-buffer 
cpio-contents-buffer
-                                                
(buffer-substring-no-properties (point-min) (point-max))))
-            (setq cpio-contents-window (get-buffer-window 
cpio-contents-buffer))
-            (setq cpio-archive-buffer-contents
-                  (cdmt-crc-filter-archive-contents
-                   (with-current-buffer cpio-archive-buffer
-                     (buffer-substring-no-properties (point-min) 
(point-max)))))
-            (setq cpio-dired-buffer-contents
-                  (with-current-buffer cpio-dired-buffer
-                    (buffer-substring-no-properties (point-min) (point-max))))
-            (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog))))
-
-
-    (with-current-buffer cpio-dired-buffer
-      (cdmt-message "%s(): Expect an untouched archive. (17975)" test-name)
-      (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-      (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-      (should (not (null cpio-contents-buffer)))
-      (should (buffer-live-p cpio-contents-buffer))
-      (should (string-equal cpio-contents-buffer-string (concat "\n" 
entry-name "\n\n")))
-      (should (window-live-p cpio-contents-window))
-      (cdmt-message "%s(): Expecting an unchanged catalog. (17949)" test-name)
-      (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after)))
-
-    (push entry-name past-entries)
-
-    (switch-to-buffer cpio-dired-buffer)
-
-    (progn (setq entry-name "ccc")
-          (cpio-dired-goto-entry entry-name)
-          (cpio-dired-display-entry)
-          ;; (cpio-dired-display-entry) changes the current-buffer.
-          (with-current-buffer cpio-dired-buffer
-            (setq cpio-contents-buffer (get-buffer (cpio-contents-buffer-name 
entry-name)))
-            (setq cpio-contents-buffer-string (with-current-buffer 
cpio-contents-buffer
-                                                
(buffer-substring-no-properties (point-min)
-                                                                               
 (point-max))))
-            (setq cpio-contents-window (get-buffer-window 
cpio-contents-buffer))
-            (setq cpio-archive-buffer-contents
-                  (cdmt-crc-filter-archive-contents
-                   (with-current-buffer cpio-archive-buffer
-                     (buffer-substring-no-properties (point-min) 
(point-max)))))
-            (setq cpio-dired-buffer-contents
-                  (with-current-buffer cpio-dired-buffer
-                    (buffer-substring-no-properties (point-min) 
(point-max))))))
-
-    (with-current-buffer cpio-dired-buffer
-      (cdmt-message "%s(): Expect an untouched archive. (17976)" test-name)
-      (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-      (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-      (should (not (null cpio-contents-buffer)))
-      (should (buffer-live-p cpio-contents-buffer))
-      (should (string-equal cpio-contents-buffer-string "\nccc\n\n"))
-      (should (window-live-p cpio-contents-window))
-      (cdmt-message "%s(): Expecting an unchanged catalog. (17950)" test-name)
-      (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after)))
-
-    ;; Now make sure that any past entries are still there.
-    (mapc (lambda (en)
-           (setq cpio-contents-buffer (get-buffer (cpio-contents-buffer-name 
entry-name)))
-           (setq cpio-contents-buffer-string (with-current-buffer 
cpio-contents-buffer
-                                               (buffer-substring-no-properties 
(point-min)
-                                                                               
(point-max))))
-           (should (not (null cpio-contents-buffer)))
-           (should (buffer-live-p cpio-contents-buffer))
-           (should (string-equal cpio-contents-buffer-string (concat "\n" 
entry-name "\n\n")))
-           (should (window-live-p cpio-contents-window)))
-         past-entries)
-
-    ;; Affiliated buffers don't get killed when the parent does yet.
-    (push entry-name past-entries)
-    (mapc (lambda (en)
-           (setq cpio-contents-buffer (get-buffer (cpio-contents-buffer-name 
en)))
-           (if (buffer-live-p cpio-contents-buffer)
-               (kill-buffer cpio-contents-buffer)))
-         past-entries)))
-
-(ert-deftest cdmt-crc-cpio-dired-find-entry-other-window ()
-  "Test cpio-dired-find-entry-other-window.
-cpio-dired-find-entry-other-window is not yet implemented -- expect an error."
-  (should-error (cpio-dired-find-entry-other-window)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-flag-auto-save-entries () ;✓
-  "Test the function of M-x cpio-dired-flag-auto-save-entries."
-  (let ((test-name "cdmt-crc-cpio-dired-flag-auto-save-entries")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (beginning-of-line)
-          (while (re-search-forward " \\(.\\)$" (point-max) t)
-            (setq unread-command-events (listify-key-sequence (concat "#" 
(match-string-no-properties 1) "\n")))
-            (cpio-dired-do-copy 1))
-          (cpio-dired-flag-auto-save-entries)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an archive with autosave entries" test-name)
-    (cdmt-message "%s(): for each single character entry." test-name)
-    (cdmt-message "%s(): (The copy used to create them must update the 
archive.)" test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-0000007F       (( chksum   ))
-#a     (( filename ))
-\\0\\0\\0
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000080       (( chksum   ))
-#b     (( filename ))
-\\0\\0\\0
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-00000081       (( chksum   ))
-#c     (( filename ))
-\\0\\0\\0
-c
-
-
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with single character 
backup files." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} #a
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} #b
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} #c
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with autosave entries for single 
character names." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨#a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 127 ¨#a¨«
-\\s-+#<marker at 2197 in alphabet_small\.crc\.cpio> #<marker at 2313 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨#b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 128 ¨#b¨«
-\\s-+#<marker at 2317 in alphabet_small\.crc\.cpio> #<marker at 2433 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨#c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 129 ¨#c¨«
-\\s-+#<marker at 2437 in alphabet_small\.crc\.cpio> #<marker at 2553 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-flag-backup-entries ()
-  "Test cpio-dired-flag-backup-entries.
-cpio-dired-flag-backup-entries is not yet implemented -- expect an error."
-  (should-error (cpio-dired-flag-backup-entries)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-flag-entries-regexp ()
-  "Test cpio-dired-flag-entries-regexp.
-cpio-dired-flag-entries-regexp is not yet implemented -- expect an error."
-  (should-error (cpio-dired-flag-entries-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-flag-entry-deletion () ;✓
-  "Test the function of M-x cpio-flag-entry-deletion."
-  (let ((test-name "cdmt-crc-cpio-dired-flag-entry-deletion")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-flag-entry-deletion 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expect an untouched archive. (17977)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with one entry flagged 
for deletion." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17951)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 2)
-          (cpio-dired-flag-entry-deletion 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expect an untouched archive. (17978)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with 4 entries flagged 
for deletion." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-D drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17952)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-flag-garbage-entries ()
-  "Test cpio-dired-flag-garbage-entries."
-  (let ((test-name "cdmt-crc-cpio-dired-flag-entry-deletion")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (entry-name "aa"))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cpio-catalog))
-          (cpio-dired-goto-entry entry-name)
-          (mapc (lambda (s)            ;suffix
-                  (setq unread-command-events (listify-key-sequence (concat 
entry-name "." s "\n")))
-                  (cpio-dired-do-copy 1))
-                (list "aux" "bak" "dvi" "log" "orig" "rej" "toc"))
-          (cpio-dired-flag-garbage-entries)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an archive with entries for suffixes" 
test-name)
-    (cdmt-message "%s():     aux bak dvi log orig reg toc." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000007       (( namesize ))
-000000E0       (( chksum   ))
-aa.aux (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000007       (( namesize ))
-000000E0       (( chksum   ))
-aa.bak (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000007       (( namesize ))
-000000E0       (( chksum   ))
-aa.dvi (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000007       (( namesize ))
-000000E0       (( chksum   ))
-aa.log (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-000000E0       (( chksum   ))
-aa.orig        (( filename ))
-\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000007       (( namesize ))
-000000E0       (( chksum   ))
-aa.rej (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000007       (( namesize ))
-000000E0       (( chksum   ))
-aa.toc (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a dired-style buffer with marked entries" 
test-name)
-    (cdmt-message "    %s(): for the suffixes" test-name)
-    (cdmt-message "    %s(): aux bak dvi log orig reg toc." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.aux
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.bak
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.dvi
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.log
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.orig
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.rej
-D -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa.toc
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with entries with the suffixes" 
test-name)
-    (cdmt-message "%s(): aux bak dvi log orig reg toc." test-name)
-    (should (string-match "((¨a¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\.crc\.cpio> #<marker at 113 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\.crc\.cpio> #<marker at 233 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\.crc\.cpio> #<marker at 357 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\.crc\.cpio> #<marker at 481 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\.crc\.cpio> #<marker at 605 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\.d¨«
-\\s-+#<marker at 613 in alphabet_small\.crc\.cpio> #<marker at 733 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\.crc\.cpio> #<marker at 845 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\.crc\.cpio> #<marker at 965 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\.crc\.cpio> #<marker at 1089 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\.crc\.cpio> #<marker at 1213 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\.crc\.cpio> #<marker at 1337 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\.crc\.cpio> #<marker at 1465 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\.crc\.cpio> #<marker at 1577 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\.crc\.cpio> #<marker at 1697 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\.crc\.cpio> #<marker at 1821 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\.crc\.cpio> #<marker at 1945 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\.crc\.cpio> #<marker at 2069 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\.d¨ \.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\.crc\.cpio> #<marker at 2197 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.aux¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 7 224 ¨aa\.aux¨«
-\\s-+#<marker at 2197 in alphabet_small\.crc\.cpio> #<marker at 2317 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.bak¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 7 224 ¨aa\.bak¨«
-\\s-+#<marker at 2325 in alphabet_small\.crc\.cpio> #<marker at 2445 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.dvi¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 7 224 ¨aa\.dvi¨«
-\\s-+#<marker at 2453 in alphabet_small\.crc\.cpio> #<marker at 2573 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.log¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 7 224 ¨aa\.log¨«
-\\s-+#<marker at 2581 in alphabet_small\.crc\.cpio> #<marker at 2701 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.orig¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 224 ¨aa\.orig¨«
-\\s-+#<marker at 2709 in alphabet_small\.crc\.cpio> #<marker at 2829 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.rej¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 7 224 ¨aa\.rej¨«
-\\s-+#<marker at 2837 in alphabet_small\.crc\.cpio> #<marker at 2957 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa\.toc¨ \.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 7 224 ¨aa\.toc¨«
-\\s-+#<marker at 2965 in alphabet_small\.crc\.cpio> #<marker at 3085 in 
alphabet_small\.crc\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-(ert-deftest cdmt-crc-cpio-dired-goto-entry ()
-  "Test cpio-dired-goto-entry.
-cpio-dired-goto-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-goto-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-hide-all ()
-  "Test cpio-dired-hide-all.
-cpio-dired-hide-all is not yet implemented -- expect an error."
-  (should-error (cpio-dired-hide-all)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-hide-details-mode ()
-  "Test cpio-dired-hide-details-mode) ;✓ Implemented by analogue to dired, but 
does nothing.
-cpio-dired-hide-details-mode) ;✓ Implemented by analogue to dired, but does 
nothing is not yet implemented -- expect an error."
-  (should-error (cpio-dired-hide-details-mode) ;✓ Implemented by analogue to 
dired, but does nothing)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-hide-subdir ()
-  "Test cpio-dired-hide-subdir) ;.
-cpio-dired-hide-subdir) ; is not yet implemented -- expect an error."
-  (should-error (cpio-dired-hide-subdir)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-mark () ;✓
-  "Test the function of M-x cpio-dired-mark."
-  (let ((test-name "cdmt-crc-cpio-dired-mark")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expect an untouched archive. (17979)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with one entry marked." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17953)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 2)
-          (cpio-dired-mark 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged small archive. (17986)" 
test-name)
-    (should (string-equal cpio-archive-buffer-contents 
*cdmt-crc-untouched-small-archive*))
-    (cdmt-message "%s(): Expecting 4 more marks in a cpio-dired buffer." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17954)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-mark-directories ()
-  "Test cpio-dired-mark-directories.
-cpio-dired-mark-directories is not yet implemented -- expect an error."
-  (should-error (cpio-dired-mark-directories)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-mark-entries-containing-regexp ()
-  "Test cpio-dired-mark-entries-containing-regexp.
-cpio-dired-mark-entries-containing-regexp is not yet implemented -- expect an 
error."
-  (should-error (cpio-dired-mark-entries-containing-regexp)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-mark-entries-regexp () ;✓
-  "Test cpio-dired-mark-entries-regexp."
-  :tags '(:expensive-test)
-  (let ((test-name "cdmt-crc-cpio-dired-mark-entries-regexp")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp "\\`...\\'")
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expect an untouched archive. (17980)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio-dired buffer with ... marked." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17955)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-mark-executables ()
-  "Test cpio-dired-mark-executables.
-cpio-dired-mark-executables is not yet implemented -- expect an error."
-  (should-error (cpio-dired-mark-executables)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-mark-subdir-entries ()
-  "Test cpio-dired-mark-subdir-entries.
-cpio-dired-mark-subdir-entries is not yet implemented -- expect an error."
-  (should-error (cpio-dired-mark-subdir-entries)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-mark-symlinks ()
-  "Test cpio-dired-mark-symlinks.
-cpio-dired-mark-symlinks is not yet implemented -- expect an error."
-  (should-error (cpio-dired-mark-symlinks)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-mouse-find-entry-other-window ()
-  "Test cpio-dired-mouse-find-entry-other-window.
-cpio-dired-mouse-find-entry-other-window is not yet implemented -- expect an 
error."
-  (should-error (cpio-dired-mouse-find-entry-other-window)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-next-dirline () ;✓
-  "Test the function of M-x cpio-dired-next-dirline."
-  (let ((test-name "cdmt-crc-cpio-dired-next-dirline")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (entry-name))
-
-    (cdmt-reset 'make 'large)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-dirline 1)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The current entry should be aaaaa.d" test-name)
-    (should (string-equal "aaaaa.d" entry-name))
-    (cdmt-message "%s(): Expecting an untouched large archive buffer." 
test-name)
-    (should (string-equal *cdmt-crc-untouched-large-archive-buffer* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): The dired style buffer should be untouched." 
test-name)
-    (should (string-match *cdmt-crc-untouched-large-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog." test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-dirline 2)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The current entry should be ccccc.d" test-name)
-    (should (string-equal "ccccc.d" entry-name))
-    (cdmt-message "%s(): The archive buffer should be untouched. (1)" 
test-name)
-    (should (string-equal *cdmt-crc-untouched-large-archive-buffer* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): The dired style buffer should be untouched. (1)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-large-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog." test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-dirline 4)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The current entry should be ggggg.d" test-name)
-    (should (string-equal "ggggg.d" entry-name))
-    (cdmt-message "%s(): The archive buffer should be untouched. (2)" 
test-name)
-    (should (string-equal *cdmt-crc-untouched-large-archive-buffer* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): The dired style buffer shouold be untouched (2)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-large-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog." test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-dirline 8)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The current entry should be ooooo.d." test-name)
-    (should (string-equal "ooooo.d" entry-name))
-    (cdmt-message "%s(): The archive buffer should be untouched. (3)" 
test-name)
-    (should (string-equal *cdmt-crc-untouched-large-archive-buffer* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): The dired style buffer should be untouched. (3)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-large-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog." test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-dirline 16)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The current entry should be zzzzz.d." test-name)
-    (should (string-equal "zzzzz.d" entry-name))
-    (cdmt-message "%s(): The archive buffer should be untouched. (4)" 
test-name)
-    (should (string-equal *cdmt-crc-untouched-large-archive-buffer* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): The dired style buffer should be untouched. (4)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-large-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog." test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-dirline 1)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): The current entry should still be zzzzz.d." test-name)
-    (should (string-equal "zzzzz.d" entry-name))
-    (cdmt-message "%s(): The archive buffer should be untouched. (5)" 
test-name)
-    (should (string-equal *cdmt-crc-untouched-large-archive-buffer* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): The dired style buffer should be untouched. (5)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-large-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog." test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-next-line () ;✓
-  "Test the function of M-x cpio-dired-next-line."
-  (let ((test-name "cdmt-crc-cpio-dired-next-line")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (entry-name))
-
-    (cdmt-message test-name)
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (string-equal "a" entry-name))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17987)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expect an untouched archive. (17981)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17956)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-line 2)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (string-equal "aaa" entry-name))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17988)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expect an untouched archive. (17982)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-line 4)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (string-equal "b" entry-name))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17989)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expect an untouched archive. (17983)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17957)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-line 100)
-          (setq entry-name (cpio-dired-get-entry-name))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (equal nil entry-name))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17990)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expect an untouched archive. (17984)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17958)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-next-marked-entry ()
-  "Test cpio-dired-next-marked-entry.
-cpio-dired-next-marked-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-next-marked-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-next-marked-entry ()
-  "Test cpio-dired-next-marked-entry.
-cpio-dired-next-marked-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-next-marked-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-next-subdir ()
-  "Test the function of M-x cpio-next-subdir."
-  (should-error (cpio-dired-next-marked-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-prev-marked-entry ()
-  "Test cpio-dired-prev-marked-entry.
-cpio-dired-prev-marked-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-prev-marked-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-prev-marked-entry ()
-  "Test cpio-dired-prev-marked-entry.
-cpio-dired-prev-marked-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-prev-marked-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-prev-subdir ()
-  "Test the function of M-x cpio-dired-prev-subdir."
-  (should-error (cpio-dired-previous-line)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-previous-line () ;✓
-  (let ((test-name "cdmt-crc-cpio-dired-previous-line")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (where))
-
-    (cdmt-reset)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (goto-char (point-max))
-          (cpio-dired-previous-line 1)
-          (setq where (point))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (= where 1155))
-    (should (string-match *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17991)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17959)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-previous-line 2)
-          (setq where (point))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents 
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (= where 1019))
-    (should (string-match *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17992)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17960)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-previous-line 4)
-          (setq where (point))
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (should (= where 774))
-    (should (string-match *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17993)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17961)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-previous-line ()
-  "Test cpio-dired-previous-line.
-cpio-dired-previous-line is not yet implemented -- expect an error."
-  (should-error (cpio-dired-previous-line)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-show-entry-type ()
-  "Test cpio-dired-show-entry-type.
-cpio-dired-show-entry-type is not yet implemented -- expect an error."
-  (should-error (cpio-dired-show-entry-type)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-sort-toggle-or-edit ()
-  "Test cpio-dired-sort-toggle-or-edit.
-cpio-dired-sort-toggle-or-edit is not yet implemented -- expect an error."
-  (should-error (cpio-dired-sort-toggle-or-edit)
-               :type 'error))
-
-;; I'm not sure how to test this.
-;; (ert-deftest cdmt-crc-cpio-dired-summary () ;✓
-;;   "Test the function of M-x cpio-dired-summary."
-;;   (shell-command "cd test_data/alphabet ; make crc" nil nil)
-;;   (let ((test-name "cdmt-crc-cpio-dired-summary")
-;;         (cpio-archive-buffer (find-file-noselect  *cdmt-crc-small-archive*))
-;;         (cpio-archive-buffer-contents)
-;;         (cpio-dired-buffer)
-;;         (cpio-dired-buffer-contents)
-;;         )
-;;     (with-current-buffer cpio-archive-buffer
-;;       (cpio-mode))
-;;     (setq cpio-dired-buffer (get-buffer-create (cpio-dired-buffer-name 
*cdmt-crc-small-archive*)))
-;; 
-;;     (should (string-equal (with-output-to-string
-;;                         (cpio-dired-summary))
-
-;;     ))
-
-(ert-deftest cdmt-crc-cpio-dired-toggle-marks ()
-  "Test cpio-dired-toggle-marks.
-cpio-dired-toggle-marks is not yet implemented -- expect an error."
-  (should-error (cpio-dired-toggle-marks)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-toggle-marks ()
-  "Test cpio-dired-toggle-marks.
-cpio-dired-toggle-marks is not yet implemented -- expect an error."
-  (should-error (cpio-dired-toggle-marks)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-toggle-read-only ()
-  "Test cpio-dired-toggle-read-only.
-cpio-dired-toggle-read-only is not yet implemented -- expect an error."
-  (should-error (cpio-dired-toggle-read-only)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-undo ()
-  "Test cpio-dired-undo.
-cpio-dired-undo is not yet implemented -- expect an error."
-  (should-error (cpio-dired-undo)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-unmark () ;✓
-  "Test the function of M-x cpio-dired-unmark."
-  (let ((test-name "cdmt-crc-cpio-dired-unmark")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp ".")
-          (cpio-dired-unmark 1)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched small archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with every entry 
except the first marked." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17962)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-next-line 2)
-          (cpio-dired-unmark 2)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched small archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecing a dired bugger with all but two entries 
marked." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17963)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 4)
-          (cpio-dired-unmark 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched small archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with another 4 entries 
unmarked." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17964)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (dired-next-line 4)
-          (cpio-dired-unmark 4)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an untouched archive." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with yet the last 
entry unmarked." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17965)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-unmark-all-entries ()
-  "Test cpio-dired-unmark-all-entries."
-  (let ((test-name "cdmt-crc-cpio-dired-unmark")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp ".")
-          (cpio-dired-move-to-first-entry)
-          (cpio-dired-next-line 2)
-          (cpio-dired-mark-this-entry ?A)
-          (cpio-dired-mark-this-entry ?B) (cpio-dired-mark-this-entry ?B)
-          (cpio-dired-next-line 2)
-          (cpio-dired-mark-this-entry ?E) (cpio-dired-mark-this-entry ?E) 
(cpio-dired-mark-this-entry ?E)
-          (cpio-dired-mark-this-entry ?F) (cpio-dired-mark-this-entry ?F) 
(cpio-dired-mark-this-entry ?F) (cpio-dired-mark-this-entry ?F)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a variety of marks in a dired-style 
buffer." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-A -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-B -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-B -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-F drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17966)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-unmark-all-entries "" nil)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with no marks." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17967)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp ".")
-          (cpio-dired-move-to-first-entry)
-          (cpio-dired-next-line 2)
-          (cpio-dired-mark-this-entry ?A)
-          (cpio-dired-mark-this-entry ?B) (cpio-dired-mark-this-entry ?B)
-          (cpio-dired-next-line 2)
-          (cpio-dired-mark-this-entry ?E) (cpio-dired-mark-this-entry ?E) 
(cpio-dired-mark-this-entry ?E)
-          (cpio-dired-mark-this-entry ?F) (cpio-dired-mark-this-entry ?F) 
(cpio-dired-mark-this-entry ?F) (cpio-dired-mark-this-entry ?F)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a variety of marks in a dired-style 
buffer." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-A -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-B -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-B -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-F drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17968)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-unmark-all-entries "B" nil)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with no B marks." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-A -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-F drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17969)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-unmark-all-entries "F" nil)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with neither B nor F 
marks." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-A -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17970)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-unmark-all-marks ()
-  "Test cpio-dired-unmark-all-marks."
-  (let ((test-name "cdmt-crc-cpio-dired-unmark")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-    (cdmt-message test-name)
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark-entries-regexp ".")
-          (cpio-dired-move-to-first-entry)
-          (cpio-dired-next-line 2)
-          (cpio-dired-mark-this-entry ?A)
-          (cpio-dired-mark-this-entry ?B) (cpio-dired-mark-this-entry ?B)
-          (cpio-dired-next-line 2)
-          (cpio-dired-mark-this-entry ?E) (cpio-dired-mark-this-entry ?E) 
(cpio-dired-mark-this-entry ?E)
-          (cpio-dired-mark-this-entry ?F) (cpio-dired-mark-this-entry ?F) 
(cpio-dired-mark-this-entry ?F) (cpio-dired-mark-this-entry ?F)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a variety of marks in a dired-style 
buffer." test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-A -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-B -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:unmark]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-B -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-E -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-F drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-F -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-\\* -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-\\* drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17971)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-unmark-all-marks)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting an unchanged archive buffer." test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting a dired-style buffer with no marks." 
test-name)
-    (should (string-match "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17972)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-unmark-all-marks () ;✓
-  "Test the function of M-x cpio-unmark-all-marks."
-  (let ((test-name "cdmt-crc-cpio-dired-unmark-all-marks")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-mark 2)
-          (cpio-dired-next-line 2)
-          (let ((cpio-dired-marker-char cpio-dired-del-marker))
-            (cpio-dired-mark 4))
-          (let ((cpio-dired-marker-char cpio-dired-keep-marker-copy-str))
-            (cpio-dired-mark 8))
-          (let ((cpio-dired-marker-char cpio-dired-keep-marker-rename))
-            (cpio-dired-mark 16))
-          (cpio-dired-unmark-all-marks)
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expect an untouched archive. (17985)" test-name)
-    (should (string-equal *cdmt-crc-untouched-small-archive* 
cpio-archive-buffer-contents))
-    (cdmt-message "%s(): Expecting an untouched dired buffer. (17994)" 
test-name)
-    (should (string-match *cdmt-crc-untouched-small-dired-buffer* 
cpio-dired-buffer-contents))
-    (cdmt-message "%s(): Expecting an unchanged catalog. (17973)" test-name)
-    (should (string-equal cpio-catalog-contents-before 
cpio-catalog-contents-after))))
-
-(ert-deftest cdmt-crc-cpio-dired-unmark-backward ()
-  "Test cpio-dired-unmark-backward.
-cpio-dired-unmark-backward is not yet implemented -- expect an error."
-  (should-error (cpio-dired-unmark-backward)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-up-directory ()
-  "Test cpio-dired-up-directory.
-cpio-dired-up-directory is not yet implemented -- expect an error."
-  (should-error (cpio-dired-up-directory)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-upcase ()
-  "Test cpio-dired-upcase.
-cpio-dired-upcase is not yet implemented -- expect an error."
-  (should-error (cpio-dired-upcase)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-view-archive () ;✓
-  "Test the function of M-x cpio-view-archive."
-  (let ((test-name "cdmt-crc-cpio-dired-view-archive")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (cpio-archive-window)
-       (cpio-dired-window))
-
-    (cdmt-reset 'make)
-
-    (setq cpio-dired-window (get-buffer-window (get-buffer cpio-dired-buffer)))
-    (should (window-live-p cpio-dired-window))
-    (setq cpio-archive-window (get-buffer-window (get-buffer 
cpio-archive-buffer)))
-    ;; (should (not (window-live-p cpio-dired-window)))
-    (should (eq nil cpio-archive-window))
-
-    (cpio-dired-view-archive)
-
-    (setq cpio-dired-window (get-buffer-window (get-buffer cpio-dired-buffer)))
-    ;; (should (not (window-live-p cpio-dired-window)))
-    (should (eq nil cpio-dired-window))
-    (setq cpio-archive-window (get-buffer-window (get-buffer 
cpio-archive-buffer)))
-    (should (window-live-p cpio-archive-window))
-
-    (cpio-view-dired-style-buffer)
-
-    (setq cpio-dired-window (get-buffer-window (get-buffer cpio-dired-buffer)))
-    (should (window-live-p cpio-dired-window))
-    (setq cpio-archive-window (get-buffer-window (get-buffer 
cpio-archive-buffer)))
-    ;; (should (not (window-live-p cpio-archive-window)))
-    (should (eq nil cpio-archive-window))))
-
-(ert-deftest cdmt-crc-cpio-dired-view-entry ()
-  "Test cpio-dired-view-entry.
-cpio-dired-view-entry is not yet implemented -- expect an error."
-  (should-error (cpio-dired-view-entry)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-epa-dired-do-decrypt ()
-  "Test cpio-epa-dired-do-decrypt.
-cpio-epa-dired-do-decrypt is not yet implemented -- expect an error."
-  (should-error (cpio-epa-dired-do-decrypt)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-epa-dired-do-encrypt ()
-  "Test cpio-epa-dired-do-encrypt.
-cpio-epa-dired-do-encrypt is not yet implemented -- expect an error."
-  (should-error (cpio-epa-dired-do-encrypt)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-epa-dired-do-sign ()
-  "Test cpio-epa-dired-do-sign.
-cpio-epa-dired-do-sign is not yet implemented -- expect an error."
-  (should-error (cpio-epa-dired-do-sign)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-epa-dired-do-verify ()
-  "Test cpio-epa-dired-do-verify.
-cpio-epa-dired-do-verify is not yet implemented -- expect an error."
-  (should-error (cpio-epa-dired-do-verify)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-delete-tag ()
-  "Test cpio-image-dired-delete-tag.
-cpio-image-dired-delete-tag is not yet implemented -- expect an error."
-  (should-error (cpio-image-dired-delete-tag)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-dired-comment-entries ()
-  "Test cpio-image-dired-dired-comment-entries.
-cpio-image-dired-dired-comment-entries is not yet implemented -- expect an 
error."
-  (should-error (cpio-image-dired-dired-comment-entries)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-dired-display-external ()
-  "Test cpio-image-dired-dired-display-external.
-cpio-image-dired-dired-display-external is not yet implemented -- expect an 
error."
-  (should-error (cpio-image-dired-dired-display-external)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-dired-display-image ()
-  "Test cpio-image-dired-dired-display-image.
-cpio-image-dired-dired-display-image is not yet implemented -- expect an 
error."
-  (should-error (cpio-image-dired-dired-display-image)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-dired-edit-comment-and-tags ()
-  "Test cpio-image-dired-dired-edit-comment-and-tags.
-cpio-image-dired-dired-edit-comment-and-tags is not yet implemented -- expect 
an error."
-  (should-error (cpio-image-dired-dired-edit-comment-and-tags)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-dired-toggle-marked-thumbs ()
-  "Test cpio-image-dired-dired-toggle-marked-thumbs.
-cpio-image-dired-dired-toggle-marked-thumbs is not yet implemented -- expect 
an error."
-  (should-error (cpio-image-dired-dired-toggle-marked-thumbs)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-display-thumb ()
-  "Test cpio-image-dired-display-thumb.
-cpio-image-dired-display-thumb is not yet implemented -- expect an error."
-  (should-error (cpio-image-dired-display-thumb)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-display-thumbs ()
-  "Test cpio-image-dired-display-thumbs.
-cpio-image-dired-display-thumbs is not yet implemented -- expect an error."
-  (should-error (cpio-image-dired-display-thumbs)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-display-thumbs-append ()
-  "Test cpio-image-dired-display-thumbs-append.
-cpio-image-dired-display-thumbs-append is not yet implemented -- expect an 
error."
-  (should-error (cpio-image-dired-display-thumbs-append)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-jump-thumbnail-buffer ()
-  "Test cpio-image-dired-jump-thumbnail-buffer.
-cpio-image-dired-jump-thumbnail-buffer is not yet implemented -- expect an 
error."
-  (should-error (cpio-image-dired-jump-thumbnail-buffer)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-mark-tagged-entries ()
-  "Test cpio-image-dired-mark-tagged-entries.
-cpio-image-dired-mark-tagged-entries is not yet implemented -- expect an 
error."
-  (should-error (cpio-image-dired-mark-tagged-entries)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-image-dired-tag-entries ()
-  "Test cpio-image-dired-tag-entries.
-cpio-image-dired-tag-entries is not yet implemented -- expect an error."
-  (should-error (cpio-image-dired-tag-entries)
-               :type 'error))
-
-;;;;;;;; (ert-deftest cdmt-crc-cpio-quit-window () ;✓
-;;;;;;;;   "Test cpio-quit-window.
-;;;;;;;; cpio-quit-window is not yet implemented -- expect an error."
-;;;;;;;;   (let ((test-name "cdmt-crc-cpio-dired-quit-window")
-;;;;;;;;         (cpio-archive-buffer)
-;;;;;;;;         (cpio-archive-buffer-contents)
-;;;;;;;;         (cpio-dired-buffer)
-;;;;;;;;         (cpio-dired-buffer-contents)
-;;;;;;;;       (cpio-archive-window)
-;;;;;;;;       (cpio-dired-window)
-;;;;;;;;         )
-;;;;;;;;     (cdmt-reset 'make)
-
-;;;;;;;;     (setq cpio-dired-window (get-buffer-window (get-buffer 
cpio-dired-buffer)))
-;;;;;;;;     (should (window-live-p cpio-dired-window))
-;;;;;;;;     (setq cpio-archive-window (get-buffer-window (get-buffer 
cpio-archive-buffer)))
-;;;;;;;;     ;; (should (not (window-live-p cpio-dired-window)))
-;;;;;;;;     (should (eq nil cpio-archive-window))
-
-;;;;;;;; This causes an error under ERT.
-;;;;;;;;     (cpio-quit-window)
-
-;;;;;;;;     (setq cpio-dired-window (get-buffer-window (get-buffer 
cpio-dired-buffer)))
-;;;;;;;;     (should (eq nil cpio-dired-window))
-;;;;;;;;     (setq cpio-archive-window (get-buffer-window (get-buffer 
cpio-archive-buffer)))
-;;;;;;;;     (should (eq nil cpio-archive-window))))
-
-(ert-deftest cdmt-crc-revert-buffer ()
-  "Test revert-buffer.
-revert-buffer is not yet implemented -- expect an error."
-  (should-error (revert-buffer)
-               :type 'error))
-
-(ert-deftest cdmt-crc-cpio-dired-create-directory ()
-  "Test cpio-dired-create-directory."
-  (let ((test-name "cdmt-crc-cpio-dired-create-archive")
-        (cpio-archive-buffer)
-        (cpio-archive-buffer-contents)
-        (cpio-dired-buffer)
-        (cpio-dired-buffer-contents)
-       (cpio-catalog-contents-before)
-       (cpio-catalog-contents-after)
-       (cpio-archive-window)
-       (cpio-dired-window))
-
-    (cdmt-reset 'make)
-
-    (progn (setq cpio-catalog-contents-before (cdmt-tidy-up-catalog))
-          (cpio-dired-create-directory "newDirectory")
-          (setq cpio-archive-buffer-contents
-                (cdmt-crc-filter-archive-contents
-                 (with-current-buffer cpio-archive-buffer
-                   (buffer-substring-no-properties (point-min) (point-max)))))
-          (setq cpio-dired-buffer-contents
-                (with-current-buffer cpio-dired-buffer
-                  (buffer-substring-no-properties (point-min) (point-max))))
-          (setq cpio-catalog-contents-after (cdmt-tidy-up-catalog)))
-
-    (cdmt-message "%s(): Expecting a cpio archive with newDirectory, a new 
directory." test-name)
-    (should (string-equal "070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-0000007F       (( chksum   ))
-a      (( filename ))
-
-a
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E0       (( chksum   ))
-aa     (( filename ))
-\\0\\0\\0
-aa
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000141       (( chksum   ))
-aaa    (( filename ))
-\\0\\0
-aaa
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A2       (( chksum   ))
-aaaa   (( filename ))
-\\0
-aaaa
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000203       (( chksum   ))
-aaaaa  (( filename ))
-
-aaaaa
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-aaaaa.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000080       (( chksum   ))
-b      (( filename ))
-
-b
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E2       (( chksum   ))
-bb     (( filename ))
-\\0\\0\\0
-bb
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000144       (( chksum   ))
-bbb    (( filename ))
-\\0\\0
-bbb
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001A6       (( chksum   ))
-bbbb   (( filename ))
-\\0
-bbbb
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-00000208       (( chksum   ))
-bbbbb  (( filename ))
-
-bbbbb
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-bbbbb.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000004       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000002       (( namesize ))
-00000081       (( chksum   ))
-c      (( filename ))
-
-c
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000005       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000003       (( namesize ))
-000000E4       (( chksum   ))
-cc     (( filename ))
-\\0\\0\\0
-cc
-
-\\0\\0\\0070702        (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000006       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000004       (( namesize ))
-00000147       (( chksum   ))
-ccc    (( filename ))
-\\0\\0
-ccc
-
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000007       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000005       (( namesize ))
-000001AA       (( chksum   ))
-cccc   (( filename ))
-\\0
-cccc
-
-\\0070702      (( magic    ))
-DEADBEEF       (( ino      ))
-000081A4       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000008       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000006       (( namesize ))
-0000020D       (( chksum   ))
-ccccc  (( filename ))
-
-ccccc
-
-070702 (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000002       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-00000008       (( namesize ))
-00000000       (( chksum   ))
-ccccc.d        (( filename ))
-\\0\\0070702   (( magic    ))
-DEADBEEF       (( ino      ))
-000041ED       (( mode     ))
-000003E8       (( uid      ))
-000003E8       (( gid      ))
-00000001       (( nlink    ))
-DEADBEEF       (( mtime    ))
-00000000       (( filesize ))
-DEADBEEF       (( dev maj  ))
-DEADBEEF       (( dev min  ))
-DEADBEEF       (( rdev maj ))
-DEADBEEF       (( rdev min ))
-0000000D       (( namesize ))
-00000000       (( chksum   ))
-newDirectory   (( filename ))
-\\0
-" cpio-archive-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a cpio dired buffer with newDirectory, a 
new directory." test-name)
-    (should (string-match  "CPIO archive: alphabet_small.crc.cpio:
-
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} a
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaa
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} aaaaa.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} b
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbb
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} bbbbb.d
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        4 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} c
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        5 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        6 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        7 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} cccc
-  -rw-r--r--   1  [[:digit:]]+  [[:digit:]]+        8 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc
-  drwxr-xr-x   2  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} ccccc.d
-  drwxr-xr-x   1  [[:digit:]]+  [[:digit:]]+        0 
\\(?:a\\(?:pr\\|ug\\)\\|dec\\|feb\\|j\\(?:an\\|u[ln]\\)\\|ma[ry]\\|nov\\|oct\\|sep\\)
 [[:digit:]]\\{2\\} [[:digit:]]\\{2\\}:[[:digit:]]\\{2\\} newDirectory
-" cpio-dired-buffer-contents))
-
-    (cdmt-message "%s(): Expecting a catalog with a new directory called 
»newDirectory«." test-name)
-    (should (string-match "((¨newDirectory¨ \\.
-\\s-+»»1 16877 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 13 0 ¨newDirectory¨«
-\\s-+#<marker at 2197 in alphabet_small\\.crc\\.cpio> #<marker at 2321 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨a¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 127 ¨a¨«
-\\s-+#<marker at 1 in alphabet_small\\.crc\\.cpio> #<marker at 113 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aa¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 224 ¨aa¨«
-\\s-+#<marker at 117 in alphabet_small\\.crc\\.cpio> #<marker at 233 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaa¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 321 ¨aaa¨«
-\\s-+#<marker at 241 in alphabet_small\\.crc\\.cpio> #<marker at 357 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaa¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 418 ¨aaaa¨«
-\\s-+#<marker at 365 in alphabet_small\\.crc\\.cpio> #<marker at 481 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 515 ¨aaaaa¨«
-\\s-+#<marker at 489 in alphabet_small\\.crc\\.cpio> #<marker at 605 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨aaaaa\\.d¨ \\.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨aaaaa\\.d¨«
-\\s-+#<marker at 613 in alphabet_small\\.crc\\.cpio> #<marker at 733 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨b¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 128 ¨b¨«
-\\s-+#<marker at 733 in alphabet_small\\.crc\\.cpio> #<marker at 845 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bb¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 226 ¨bb¨«
-\\s-+#<marker at 849 in alphabet_small\\.crc\\.cpio> #<marker at 965 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbb¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 324 ¨bbb¨«
-\\s-+#<marker at 973 in alphabet_small\\.crc\\.cpio> #<marker at 1089 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbb¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 422 ¨bbbb¨«
-\\s-+#<marker at 1097 in alphabet_small\\.crc\\.cpio> #<marker at 1213 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 520 ¨bbbbb¨«
-\\s-+#<marker at 1221 in alphabet_small\\.crc\\.cpio> #<marker at 1337 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨bbbbb\\.d¨ \\.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨bbbbb\\.d¨«
-\\s-+#<marker at 1345 in alphabet_small\\.crc\\.cpio> #<marker at 1465 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨c¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+4 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 2 129 ¨c¨«
-\\s-+#<marker at 1465 in alphabet_small\\.crc\\.cpio> #<marker at 1577 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cc¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+5 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 3 228 ¨cc¨«
-\\s-+#<marker at 1581 in alphabet_small\\.crc\\.cpio> #<marker at 1697 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccc¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+6 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 4 327 ¨ccc¨«
-\\s-+#<marker at 1705 in alphabet_small\\.crc\\.cpio> #<marker at 1821 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨cccc¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+7 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 5 426 ¨cccc¨«
-\\s-+#<marker at 1829 in alphabet_small\\.crc\\.cpio> #<marker at 1945 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc¨ \\.
-\\s-+»»[[:digit:]]+ 33188 [[:digit:]]+ [[:digit:]]+ 1
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+8 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 6 525 ¨ccccc¨«
-\\s-+#<marker at 1953 in alphabet_small\\.crc\\.cpio> #<marker at 2069 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«)
-\\s-+(¨ccccc\\.d¨ \\.
-\\s-+»»[[:digit:]]+ 16877 [[:digit:]]+ [[:digit:]]+ 2
-\\s-+([[:digit:]]+ [[:digit:]]+)
-\\s-+0 [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ [[:digit:]]+ 8 0 ¨ccccc\\.d¨«
-\\s-+#<marker at 2077 in alphabet_small\\.crc\\.cpio> #<marker at 2197 in 
alphabet_small\\.crc\\.cpio> cpio-mode-entry-unmodified«))
-" cpio-catalog-contents-after))
-
-    (cdmt-test-save *cdmt-archive-format*)))
-
-
-;;
-;; Run tests
-;;
-
-(unless noninteractive
-  (setq debug-on-error t)
-  (ert "\\`cdmt-crc-"))
-  
-(cdmt-reset)
-
-;;; cpio-dired-crc-test.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]