tests: complete the renaming framework_failure -> framework_failure_
commit554caaf6ffc721fe83debe0eb5e555136b01f0bb
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 4 Aug 2011 18:52:31 +0000 (4 20:52 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 8 Aug 2011 08:11:48 +0000 (8 10:11 +0200)
tree3434c8a4fca2cdac2ec5fca8bd808bd17a6f4d30
parent8e2767a3f0c279d355f067e53be2c63173959eb1
tests: complete the renaming framework_failure -> framework_failure_

These changes were mostly mechanical, made by running the
following command:

  git grep -lw framework_failure | grep -v ChangeLog \
    | xargs perl -pi -e 's/\b(framework_failure)\b/${1}_/'

and then editing init.cfg and `tests/cp/cp-a-selinux' by hand.

* tests/init.cfg (framework_failure): Remove, `framework_failure_'
from init.sh should be used instead in the tests.
Remove now-obsolete "FIXME" comment.
(is_local_dir_, require_strace_, require_membership_in_two_groups_,
require_sparse_support_, skip_if_mcstransd_is_running_,
mkfifo_or_skip_) Use `framework_failure_', not `framework_failure'.
* Many test scripts: Likewise.
250 files changed:
tests/chgrp/default-no-deref
tests/chgrp/no-x
tests/chgrp/posix-H
tests/chmod/c-option
tests/chmod/equal-x
tests/chmod/equals
tests/chmod/inaccessible
tests/chmod/no-x
tests/chmod/setgid
tests/chmod/thru-dangling
tests/chmod/usage
tests/chown/basic
tests/chown/deref
tests/chown/separator
tests/cp/abuse
tests/cp/acl
tests/cp/backup-dir
tests/cp/backup-is-src
tests/cp/capability
tests/cp/cp-HL
tests/cp/cp-a-selinux
tests/cp/cp-deref
tests/cp/cp-i
tests/cp/cp-mv-enotsup-xattr
tests/cp/cp-parents
tests/cp/deref-slink
tests/cp/dir-rm-dest
tests/cp/dir-slash
tests/cp/dir-vs-file
tests/cp/fail-perm
tests/cp/fiemap-empty
tests/cp/into-self
tests/cp/link
tests/cp/link-heap
tests/cp/link-no-deref
tests/cp/link-preserve
tests/cp/link-symlink
tests/cp/parent-perm
tests/cp/parent-perm-race
tests/cp/preserve-2
tests/cp/preserve-slink-time
tests/cp/proc-zero-len
tests/cp/r-vs-symlink
tests/cp/reflink-auto
tests/cp/reflink-perm
tests/cp/slink-2-slink
tests/cp/sparse
tests/cp/sparse-fiemap
tests/cp/special-bits
tests/cp/src-base-dot
tests/cp/symlink-slash
tests/cp/thru-dangling
tests/dd/direct
tests/dd/misc
tests/dd/nocache
tests/dd/reblock
tests/dd/skip-seek-past-dev
tests/dd/skip-seek-past-file
tests/dd/unblock-sync
tests/df/total-verify
tests/du/basic
tests/du/deref
tests/du/deref-args
tests/du/exclude
tests/du/fd-leak
tests/du/inacc-dest
tests/du/inacc-dir
tests/du/inaccessible-cwd
tests/du/long-from-unreadable
tests/du/long-sloop
tests/du/move-dir-while-traversing
tests/du/no-deref
tests/du/no-x
tests/du/one-file-system
tests/du/restore-wd
tests/du/trailing-slash
tests/du/two-args
tests/init.cfg
tests/install/basic-1
tests/install/install-C
tests/install/install-C-root
tests/install/install-C-selinux
tests/install/strip-program
tests/ln/backup-1
tests/ln/hard-backup
tests/ln/hard-to-sym
tests/ln/misc
tests/ln/sf-1
tests/ln/slash-decorated-nonexistent-dest
tests/ln/target-1
tests/ls/abmon-align
tests/ls/capability
tests/ls/color-clear-to-eol
tests/ls/color-dtype-dir
tests/ls/color-norm
tests/ls/dangle
tests/ls/dired
tests/ls/follow-slink
tests/ls/infloop
tests/ls/inode
tests/ls/m-option
tests/ls/multihardlink
tests/ls/nameless-uid
tests/ls/no-arg
tests/ls/recursive
tests/ls/rt-1
tests/ls/stat-dtype
tests/ls/stat-failed
tests/ls/stat-free-symlinks
tests/ls/symlink-slash
tests/ls/x-option
tests/misc/chcon
tests/misc/env
tests/misc/env-null
tests/misc/fmt-long-line
tests/misc/head-c
tests/misc/head-pos
tests/misc/ls-time
tests/misc/nice
tests/misc/od-N
tests/misc/od-float
tests/misc/od-multiple-t
tests/misc/od-x8
tests/misc/pathchk1
tests/misc/printenv
tests/misc/ptx-overrun
tests/misc/pwd-option
tests/misc/readlink-fp-loop
tests/misc/runcon-no-reorder
tests/misc/selinux
tests/misc/shred-passes
tests/misc/shred-remove
tests/misc/shuf
tests/misc/sort-benchmark-random
tests/misc/sort-compress
tests/misc/sort-compress-hang
tests/misc/sort-compress-proc
tests/misc/sort-continue
tests/misc/sort-merge-fdlimit
tests/misc/sort-rand
tests/misc/stat-hyphen
tests/misc/stat-slash
tests/misc/tee
tests/misc/truncate-owned-by-other
tests/misc/wc-files0
tests/misc/xattr
tests/mkdir/p-3
tests/mkdir/p-thru-slink
tests/mkdir/parents
tests/mv/acl
tests/mv/atomic
tests/mv/atomic2
tests/mv/backup-dir
tests/mv/backup-is-src
tests/mv/childproof
tests/mv/diag
tests/mv/dir-file
tests/mv/dir2dir
tests/mv/force
tests/mv/hard-2
tests/mv/hard-3
tests/mv/hard-4
tests/mv/hard-link-1
tests/mv/hard-verbose
tests/mv/i-2
tests/mv/i-3
tests/mv/i-4
tests/mv/i-5
tests/mv/i-link-no
tests/mv/into-self
tests/mv/into-self-2
tests/mv/into-self-3
tests/mv/into-self-4
tests/mv/leak-fd
tests/mv/mv-n
tests/mv/mv-special-1
tests/mv/no-target-dir
tests/mv/part-fail
tests/mv/part-hardlink
tests/mv/part-rename
tests/mv/perm-1
tests/mv/sticky-to-xpart
tests/mv/to-symlink
tests/mv/trailing-slash
tests/mv/update
tests/readlink/can-e
tests/readlink/can-f
tests/readlink/can-m
tests/readlink/rl-1
tests/rm/deep-2
tests/rm/dir-no-w
tests/rm/dir-nonrecur
tests/rm/dot-rel
tests/rm/empty-inacc
tests/rm/ext3-perf
tests/rm/f-1
tests/rm/fail-2eperm
tests/rm/fail-eacces
tests/rm/hash
tests/rm/i-1
tests/rm/i-never
tests/rm/i-no-r
tests/rm/ignorable
tests/rm/inaccessible
tests/rm/interactive-always
tests/rm/interactive-once
tests/rm/ir-1
tests/rm/no-give-up
tests/rm/one-file-system
tests/rm/r-1
tests/rm/r-2
tests/rm/r-3
tests/rm/r-4
tests/rm/readdir-bug
tests/rm/rm1
tests/rm/rm2
tests/rm/rm3
tests/rm/rm4
tests/rm/rm5
tests/rm/unread2
tests/rm/unread3
tests/rm/v-slash
tests/rmdir/fail-perm
tests/rmdir/ignore
tests/rmdir/t-slash
tests/split/b-chunk
tests/split/fail
tests/split/l-chunk
tests/split/lines
tests/split/r-chunk
tests/split/suffix-length
tests/tail-2/F-vs-rename
tests/tail-2/big-4gb
tests/tail-2/follow-stdin
tests/tail-2/inotify-hash-abuse
tests/tail-2/inotify-hash-abuse2
tests/tail-2/inotify-race
tests/tail-2/pid
tests/tail-2/pipe-f2
tests/tail-2/start-middle
tests/tail-2/tail-n0f
tests/tail-2/wait
tests/touch/60-seconds
tests/touch/empty-file
tests/touch/no-dereference
tests/touch/no-rights
tests/touch/now-owned-by-other
tests/touch/read-only
tests/touch/relative
tests/touch/trailing-slash