Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 51) sorted by relevance

123

/coreutils/tests/rm/
Dread-only.sh26 skip=0
29 || skip=1
30 mkdir mnt || skip=1
34 mount -oloop blob mnt || skip=1
35 echo test > mnt/f || skip=1
36 test -s mnt/f || skip=1
37 mount -o remount,loop,ro mnt || skip=1
39 test $skip = 1 \
Dfail-eperm.xpl27 and CuSkip::skip "$ME: can't run this test as root: skipping this test";
47 or CuSkip::skip "$ME: unusual absolute builddir name; skipping this test\n";
144 or CuSkip::skip "$ME: couldn't find a directory with the sticky bit set;"
148 or CuSkip::skip "$ME: couldn't find a file not owned by you\n"
Dr-root.sh178 skip=
180 exercise_rm_r_root "$file" || skip=1
181 test -e "$file" || skip=1
182 test -f x || skip=1
183 test -f excise.break || skip=1 # gdb works and breakpoint hit
184 compare /dev/null err || skip=1
186 test "$skip" = 1 \
Dfail-2eperm.sh35 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
43 chroot --skip-chdir --user=$NON_ROOT_USERNAME / \
Dno-give-up.sh33 returns_ 1 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/tests/cp/
Dsparse-extents-2.sh37 skip=0
39 dd if=/dev/zero of=blob bs=32k count=1000 || skip=1
43 mount -oloop blob mnt || skip=1
44 cd mnt || skip=1
45 echo test > f || skip=1
46 test -s f || skip=1
48 test $skip = 1 &&
84 test $skip != 1 && warn_ 'skipping part; you lack filefrag'
85 skip=1
Dcp-mv-enotsup-xattr.sh29 skip=0
39 || skip=1
40 mkdir "$where" || skip=1
43 mount -oloop,$opts "$fs" "$where" || skip=1
44 echo test > "$where"/f || skip=1
45 test -s "$where"/f || skip=1
47 test $skip = 1 &&
Dacl.sh33 skip=no
34 acl1=$(cd a && getfacl file) || skip=yes
35 setfacl -m user:bin:rw- a/file 2> /dev/null || skip=yes
36 test $skip = yes &&
Dcp-a-selinux.sh123 skip=0
125 dd if=/dev/zero of=blob bs=8192 count=200 || skip=1
126 mkdir mnt || skip=1
130 mount -oloop,context=$ctx blob mnt || skip=1
131 test $skip = 1 \
/coreutils/tests/df/
Dover-mount-device.sh26 skip=0
31 || skip=1
37 mkdir mnt || skip=1
38 mount -oloop blob1 mnt || skip=1
39 eclipsed_dev=$(df --o=source mnt | tail -n1) || skip=1
40 mount -oloop blob2 mnt || skip=1
42 test $skip = 1 \
Dproblematic-chars.sh32 skip=0
35 || skip=1
36 mkdir "$mnt" || skip=1
39 mount -oloop blob "$mnt" || skip=1
40 test $skip = 1 \
/coreutils/tests/dd/
Dskip-seek-past-file.sh33 dd bs=1 skip=5 count=0 status=noxfer < file 2> err || fail=1
37 dd bs=3 skip=2 count=0 status=noxfer < file 2> err || fail=1
41 cat file | dd bs=1 skip=5 count=0 status=noxfer 2> err || fail=1
45 cat file | dd bs=3 skip=2 count=0 status=noxfer 2> err || fail=1
50 (dd bs=1 skip=1 count=0 2>/dev/null &&
51 dd bs=1 skip=4 status=noxfer 2> err) < file || fail=1
56 (dd bs=1 skip=1 count=0 2>/dev/null &&
57 dd bs=2 skip=2 status=noxfer 2> err) < file || fail=1
67 dd bs=1 skip=$OFF_T_OFLOW count=0 status=noxfer < file 2> err && fail=1
70 dd bs=1 skip=${OFF_T_OFLOW}x$OFF_T_OFLOW count=0 status=noxfer < file 2> err &&
[all …]
Dnocache.sh44 skip=1
47 if test "$skip" != 1; then
52 dd if=ifile iflag=nocache skip=10 count=10 of=/dev/null || fail=1
Dnot-rewound.sh25 (dd skip=1 count=1 bs=1; dd skip=1 bs=1) < in > out 2> /dev/null || fail=1
Dskip-seek2.sh25 (dd bs=1 skip=3 count=0 && dd bs=5) < in > out 2> /dev/null || fail=1
32 (dd bs=1 skip=3 count=0 && dd bs=5 count=2) < in > out 2> /dev/null || fail=1
Dskip-seek-past-dev.sh44 timeout 10 dd bs=1 skip=$DEV_OFLOW count=0 status=noxfer < "$device" 2> err
/coreutils/tests/chroot/
Dchroot-fail.sh41 chroot: option --skip-chdir only permitted if NEWROOT is old '/'
44 chroot --skip-chdir . env pwd >out 2>err && fail=1
58 curdir=$(chroot --skip-chdir "$dir" env pwd) || fail=1
/coreutils/tests/timeout/
Dtimeout-blocked.pl25 and CuSkip::skip "$ME: this script requires Perl's POSIX module\n";
31 CuSkip::skip "$ME: sigprocmask failed; skipped";
/coreutils/tests/id/
Dsetgid.sh36 chroot --skip-chdir --user=$NON_ROOT_USERNAME:+$gp1 --groups='' / \
42 chroot --skip-chdir --user=$NON_ROOT_USERNAME:+$gp1 --groups='' / \
/coreutils/tests/mv/
Dsticky-to-xpart.sh45 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
54 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/tests/
DCuSkip.pm26 sub skip ($) subroutine
/coreutils/tests/pwd/
Dpwd-long.sh80 or CuSkip::skip "$ME: skipping this test; cannot create long "
91 or CuSkip::skip "$ME: skipping this test; odd build source directory name:\n"
/coreutils/tests/touch/
Dnow-owned-by-other.sh31 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/tests/truncate/
Dtruncate-owned-by-other.sh32 chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
/coreutils/tests/cksum/
Dmd5sum-newline.pl29 or CuSkip::skip "$ME: failed to create newline-containing file name\n";

123