Home
last modified time | relevance | path

Searched refs:myfile (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_005_pos.ksh49 log_must rm $TESTDIR/myfile.$$
56 log_must touch $TESTDIR/myfile.$$
57 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
65 verify_xattr $TESTDIR/clone/myfile.$$ passwd /etc/passwd
68 create_xattr $TESTDIR/clone/myfile.$$ foo /etc/passwd
69 delete_xattr $TESTDIR/clone/myfile.$$ foo
72 delete_xattr $TESTDIR/myfile.$$ passwd
75 verify_xattr $TESTDIR/clone/myfile.$$ passwd /etc/passwd
76 delete_xattr $TESTDIR/clone/myfile.$$ passwd
H A Dxattr_010_neg.ksh46 log_must rm $TESTDIR/myfile.$$
53 log_must touch $TESTDIR/myfile.$$
54 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
57 log_mustnot runat $TESTDIR/myfile.$$ mkdir foo
60 log_mustnot runat $TESTDIR/myfile.$$ mknod block b 888 888
62 log_mustnot runat $TESTDIR/myfile.$$ mknod char c
64 log_mustnot runat $TESTDIR/myfile.$$ mkfifo fifo
H A Dxattr_001_pos.ksh49 if [ -f $TESTDIR/myfile.$$ ]
51 log_must rm $TESTDIR/myfile.$$
63 log_must touch $TESTDIR/myfile.$$
64 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
65 verify_write_xattr $TESTDIR/myfile.$$ passwd
66 delete_xattr $TESTDIR/myfile.$$ passwd
H A Dxattr_013_pos.ksh48 log_must rm $TESTDIR/myfile.$$
55 log_must touch $TESTDIR/myfile.$$
56 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
73 log_mustnot get_xattr passwd $TESTDIR/myfile.$$
74 log_mustnot rm_xattr passwd $TESTDIR/myfile.$$
75 log_mustnot set_xattr_stdin passwd $TESTDIR/myfile.$$ </etc/passwd
87 verify_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
H A Dxattr_009_neg.ksh45 log_must rm $TESTDIR/myfile.$$
53 log_must touch $TESTDIR/myfile.$$
54 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
57 log_mustnot runat $TESTDIR/myfile.$$ ln -s /etc/passwd foo
60 log_mustnot runat $TESTDIR/myfile.$$ ln /etc/passwd foo
H A Dxattr_006_pos.ksh46 log_must rm $TESTDIR/myfile.$$
54 log_must touch $TESTDIR/myfile.$$
55 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
61 verify_xattr $TESTDIR/.zfs/snapshot/snap/myfile.$$ passwd /etc/passwd
H A Dxattr_011_pos.ksh51 log_must rm $TESTDIR/myfile.$$
59 log_must touch $TESTDIR/myfile.$$
60 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
100 log_must cp -a $TESTDIR/myfile.$$ $TESTDIR/myfile2.$$
102 compare_xattrs $TESTDIR/myfile.$$ $TESTDIR/myfile2.$$ passwd
106 log_must cp $TESTDIR/myfile.$$ $TESTDIR/myfile2.$$
111 log_must cp -@ $TESTDIR/myfile.$$ $TESTDIR/myfile2.$$
113 compare_xattrs $TESTDIR/myfile.$$ $TESTDIR/myfile2.$$ passwd
117 log_must cp $TESTDIR/myfile.$$ $TESTDIR/myfile2.$$
H A Dxattr_008_pos.ksh47 $TESTDIR/myfile.$$ ; do
56 log_must touch $TESTDIR/myfile.$$
57 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
71 OUTPUT=$(runat $TESTDIR/myfile.$$ ls ..)
H A Dxattr_012_pos.ksh49 log_must rm $TESTDIR/myfile.$$
58 log_must touch $TESTDIR/myfile.$$
87 log_must runat $TESTDIR/myfile.$$ mkfile 200m xattr
H A Dxattr_007_neg.ksh51 log_must rm $TESTDIR/myfile.$$
61 log_must touch $TESTDIR/myfile.$$
62 create_xattr $TESTDIR/myfile.$$ passwd /etc/passwd
H A Dxattr_002_neg.ksh45 log_must rm $TESTDIR/myfile.$$
58 log_must touch $TESTDIR/myfile.$$
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_005_pos.ksh58 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
65 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
66 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
74 verify_xattr $TESTDIR/clone/myfile.${TESTCASE_ID} passwd /etc/passwd
77 create_xattr $TESTDIR/clone/myfile.${TESTCASE_ID} foo /etc/passwd
78 delete_xattr $TESTDIR/clone/myfile.${TESTCASE_ID} foo
81 delete_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
84 verify_xattr $TESTDIR/clone/myfile.${TESTCASE_ID} passwd /etc/passwd
85 delete_xattr $TESTDIR/clone/myfile.${TESTCASE_ID} passwd
H A Dxattr_010_neg.ksh55 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
64 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
65 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
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_001_pos.ksh58 if [ -f $TESTDIR/myfile.${TESTCASE_ID} ]
60 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
67 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
68 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
69 verify_write_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
70 delete_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd
H A Dxattr_009_neg.ksh54 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
64 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
65 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
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_006_pos.ksh55 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
63 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
64 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
70 verify_xattr $TESTDIR/$(get_snapdir_name)/snap/myfile.${TESTCASE_ID} passwd /etc/passwd
H A Dxattr_003_neg.ksh57 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
66 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
67 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
69 log_must $CHMOD 000 $TESTDIR/myfile.${TESTCASE_ID}
H A Dxattr_008_pos.ksh56 $TESTDIR/myfile.${TESTCASE_ID} ; do
67 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
68 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
73 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS .)
98 OUTPUT=$($RUNAT $TESTDIR/myfile.${TESTCASE_ID} $LS ..)
H A Dxattr_013_pos.ksh57 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
72 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
73 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
92 verify_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
H A Dxattr_011_pos.ksh56 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
66 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
67 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
103 log_must $CP -@ $TESTDIR/myfile.${TESTCASE_ID} $TESTDIR/myfile2.${TESTCASE_ID}
104 compare_xattrs $TESTDIR/myfile.${TESTCASE_ID} $TESTDIR/myfile2.${TESTCASE_ID} passwd
108 log_must $CP $TESTDIR/myfile.${TESTCASE_ID} $TESTDIR/myfile2.${TESTCASE_ID}
120 $FIND $TESTDIR -xattr | $GREP myfile.${TESTCASE_ID}
H A Dxattr_012_pos.ksh54 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
75 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
89 log_must $RUNAT $TESTDIR/myfile.${TESTCASE_ID} $MKFILE 200m xattr
H A Dxattr_007_neg.ksh59 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
70 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
71 create_xattr $TESTDIR/myfile.${TESTCASE_ID} passwd /etc/passwd
H A Dxattr_002_neg.ksh54 log_must $RM $TESTDIR/myfile.${TESTCASE_ID}
62 log_must $TOUCH $TESTDIR/myfile.${TESTCASE_ID}
/freebsd/contrib/kyua/integration/
H A Dcmd_list_test.sh352 cat >myfile <<EOF
363 atf_check -s exit:0 -o file:expout -e empty kyua list -k myfile
364 atf_check -s exit:0 -o file:expout -e empty kyua list --kyuafile=myfile
374 cat >myfile <<EOF
385 atf_check -s exit:0 -o file:expout -e empty kyua list -v -k myfile sometest
386 atf_check -s exit:0 -o file:expout -e empty kyua list -v --kyuafile=myfile \
H A Dcmd_debug_test.sh326 cat >myfile <<EOF
333 atf_check -s exit:0 -o match:passed -e empty kyua test -k myfile sometest
334 atf_check -s exit:0 -o match:passed -e empty kyua test --kyuafile=myfile \

12