tests: use skip_test_, not skip_
authorJim Meyering <meyering@redhat.com>
Fri, 13 May 2011 16:36:29 +0000 (18:36 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 13 May 2011 16:38:52 +0000 (18:38 +0200)
commit89d542f3d8fc97b3f9c45ad5beee9afdb68da152
tree5026c2a9ec8bec45b56b405440b1f1aa4f275d01
parenta085b6fc6c8fa03dac20f01f2f2b64b50b8bdf66
tests: use skip_test_, not skip_

skip_test_ emits its diagnostic both to FD 9 (tty), and to
FD 2 (usually the log file), whereas init.sh's skip_ emits
only to FD 9.  Without that, the log is slightly less useful.
* tests/cp/fiemap-2: Use skip_test_, not skip_.
* tests/cp/fiemap-perf: Likewise.
* tests/du/bigtime: Likewise.
* tests/du/files0-from-dir: Likewise.
* tests/du/move-dir-while-traversing: Likewise.
* tests/init.sh: Likewise.
* tests/misc/sort-stale-thread-mem: Likewise.
* tests/misc/stat-nanoseconds: Likewise.
* tests/mv/i-3: Likewise.
* tests/mv/sticky-to-xpart: Likewise.
* tests/split/filter: Likewise.
Prompted by a report from Pádraig Brady.
tests/cp/fiemap-2
tests/cp/fiemap-perf
tests/du/bigtime
tests/du/files0-from-dir
tests/du/move-dir-while-traversing
tests/init.sh
tests/misc/sort-stale-thread-mem
tests/misc/stat-nanoseconds
tests/mv/i-3
tests/mv/sticky-to-xpart
tests/split/filter