Home
last modified time | relevance | path

Searched refs:RUNAT (Results 1 – 20 of 20) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_common.kshlib38 log_must $RUNAT $FILE $LS
40 log_must $RUNAT $FILE $CP $XATTR_CONTENTS $XATTR_NAME
52 $RUNAT $FILE1 $CAT $XATTR_NAME > $TMPDIR/file1.${TESTCASE_ID}
53 $RUNAT $FILE2 $CAT $XATTR_NAME > $TMPDIR/file2.${TESTCASE_ID}
65 log_must eval "$RUNAT $FILE $CAT $XATTR_NAME > $TMPDIR/$XATTR_NAME.${TESTCASE_ID} 2>&1"
75 log_must $RUNAT $FILE $RM $XATTR_NAME
76 log_mustnot eval "$RUNAT $FILE $LS $XATTR_NAME > /dev/null 2>&1"
84 log_must eval "$RUNAT $FILE $DD if=/etc/passwd of=$XATTR_NAME"
85 log_must eval "$RUNAT $FILE $CAT $XATTR_NAME > $TMPDIR/$XATTR_NAME.${TESTCASE_ID} 2>&1"
H A Dxattr_013_pos.ksh64 test_requires RUNAT
79 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
80 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $RM passwd > /dev/null 2>&1"
81 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $CP /etc/passwd . > /dev/null 2>&1"
84 log_mustnot eval "$RUNAT $TESTDIR/new.${TESTCASE_ID} $CP /etc/passwd . > /dev/null 2>&1"
85 log_mustnot eval "$RUNAT $TESTDIR/new.${TESTCASE_ID} $RM passwd > /dev/null 2>&1"
96 log_mustnot eval "$RUNAT $TESTDIR/new.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
H A Dxattr_008_pos.ksh64 test_requires RUNAT
73 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .)
79 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}"
86 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS . > $TMPDIR/output.${TESTCASE_ID}"
91 log_must eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS -a . > $TMPDIR/output.${TESTCASE_ID}"
98 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..)
105 log_mustnot eval "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ../ > /dev/null 2>&1"
H A Dxattr_011_pos.ksh62 test_requires RUNAT
84 log_mustnot eval "$RUNAT $TESTDIR/cpio.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
88 log_must eval "$RUNAT $TESTDIR/cpio.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
92 log_mustnot eval "$RUNAT $TESTDIR/cpio.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
96 log_mustnot eval "$RUNAT $TESTDIR/cpio.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
153 log_mustnot eval "$RUNAT $TESTDIR/pax.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
158 log_mustnot eval "$RUNAT $TESTDIR/pax.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
169 log_mustnot eval "$RUNAT $TESTDIR/pax.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
182 log_mustnot eval "$RUNAT $TESTDIR/tar.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
192 log_mustnot eval "$RUNAT $TESTDIR/tar.${TESTCASE_ID} $CAT passwd > /dev/null 2>&1"
[all …]
H A Dxattr_010_neg.ksh61 test_requires RUNAT
68 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKDIR foo
71 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKNOD block b 888 888
73 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKNOD char c
75 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKNOD fifo p
H A Dxattr_004_pos.ksh72 test_requires RUNAT
85 log_must $RUNAT $TMPDIR/ufs.${TESTCASE_ID}/ufs-file.${TESTCASE_ID} $CP /etc/passwd .
86 log_must $RUNAT $TMPDIR/tmpfs-file.${TESTCASE_ID} $CP /etc/group .
93 log_must $RUNAT $TESTDIR/ufs-file.${TESTCASE_ID} $DIFF passwd /etc/passwd
94 log_must $RUNAT $TESTDIR/tmpfs-file.${TESTCASE_ID} $DIFF group /etc/group
H A Dxattr_009_neg.ksh61 test_requires RUNAT
68 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LN -s /etc/passwd foo
71 log_mustnot $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LN /etc/passwd foo
H A Dxattr_003_neg.ksh64 test_requires RUNAT
71 "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $CAT passwd"
74 "$RUNAT $TESTDIR/myfile.${TESTCASE_ID} $CP /etc/passwd ."
H A Dxattr_007_neg.ksh80 log_mustnot eval " $RUNAT $TESTDIR/$(get_snapdir_name)/snap/myfile.${TESTCASE_ID} \
87 log_mustnot eval " $RUNAT $TESTDIR/$(get_snapdir_name)/snap/myfile2.${TESTCASE_ID} \
91 log_must eval "$RUNAT $TESTDIR/$(get_snapdir_name)/snap/myfile2.${TESTCASE_ID} \
H A Dxattr_012_pos.ksh73 test_requires RUNAT
89 log_must $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKFILE 200m xattr
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_xattr_001_pos.ksh103 chgusr_exec $user $RUNAT $node $LS > /dev/null 2>&1; ret=$?
105 chgusr_exec $user $RUNAT $node $CP $MYTESTFILE attr.1 ; ret=$?
198 log_must usr_exec $RUNAT $file0 $CP $MYTESTFILE attr.0
203 log_must usr_exec $RUNAT $dir0 $CP $MYTESTFILE attr.0
225 test_requires RUNAT ZFS_ACL ZFS_XATTR
H A Dzfs_acl_chmod_xattr_002_pos.ksh98 chgusr_exec $user $RUNAT $node $RM -f attr.0 ; ret=$?
193 log_must usr_exec $RUNAT $file0 $CP $MYTESTFILE attr.0
198 log_must usr_exec $RUNAT $dir0 $CP $MYTESTFILE attr.0
220 test_requires RUNAT ZFS_XATTR
H A Dzfs_acl_cp_002_pos.ksh72 test_requires RUNAT ZFS_ACL ZFS_XATTR
93 log_must usr_exec $RUNAT $testfile $CP $MYTESTFILE attr.0
94 log_must usr_exec $RUNAT $testdir $CP $MYTESTFILE attr.0
H A Dzfs_acl_tar_002_pos.ksh74 test_requires RUNAT ZFS_ACL ZFS_XATTR
100 log_must usr_exec $RUNAT $testfile $CP $MYTESTFILE attr.0
101 log_must usr_exec $RUNAT $testdir $CP $MYTESTFILE attr.0
H A Dzfs_acl_cpio_002_pos.ksh74 test_requires RUNAT ZFS_ACL ZFS_XATTR
105 log_must usr_exec $RUNAT $file $CP $MYTESTFILE attr.0
106 log_must usr_exec $RUNAT $dir $CP $MYTESTFILE attr.0
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_find_002_neg.ksh61 test_requires RUNAT ZFS_ACL ZFS_XATTR
72 usr_exec $RUNAT $f $RM attribute*
88 -xattr -exec $RUNAT {} $LS attribute.$j \\\;)
H A Dzfs_acl_ls_002_neg.ksh60 test_requires RUNAT ZFS_ACL ZFS_XATTR
71 log_must usr_exec $RUNAT $f $RM attribute*
H A Dzfs_acl_cp_003_neg.ksh61 test_requires RUNAT ZFS_ACL ZFS_XATTR
73 usr_exec $RUNAT $f $CHMOD 000 attribute.$j
/freebsd/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib416 for xattr in `$RUNAT $obj $LS | \
418 $RUNAT $obj $SUM $xattr
530 eval $aarr_name[$n]=\$\(\$RUNAT \$f \$CKSUM \
624 usr_exec $RUNAT $dstfile \
/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh316 $RUNAT $object "$CP $TESTFILE $TESTATTR"
318 $EVAL "$RUNAT $object \"$ECHO '$TESTSTR' > $TESTATTR\""
320 $EVAL "$RUNAT $object \"$ECHO '$TESTSTR' >> $TESTATTR\""
323 $RUNAT $object "$RM -f $TESTATTR"