Lines Matching refs:_t
19 _t="abcdefghijklmnopqrstuvwxyz"
21 testing "[-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
22 chattr +i testFile && lsattr testFile && echo "$_t" > testFile;
24 testing "[-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
25 chattr +i testFile && echo \"$_t\" > testFile || chattr -i testFile &&
26 echo \"$_t\" > testFile && lsattr testFile; rm -rf testFile; $OUT" \
28 testing "[-/+]i FILE[append]" "$IN && echo "$_t" > testFile &&
29 chattr +i testFile && echo \"$_t\" >> testFile || lsattr testFile &&
31 testing "[-/+]i FILE[move]" "$IN && echo "$_t" > testFile &&
34 testing "[-/+]i FILE[delete]" "$IN && echo "$_t" > testFile &&
37 testing "[-/+]i FILE[read]" "$IN && echo "$_t" > testFile &&
39 chattr -i testFile; rm -rf testFile; $OUT" "$_t\n----i-------- testFile\n" "" ""
40 testing "[-/+]a FILE[write]" "$IN && echo "$_t" > testFile &&
41 chattr +a testFile && echo $_t > testFile || lsattr testFile &&
43 testing "[-/+]a FILE[re-write]" "$IN && echo "$_t" > testFile &&
44 chattr +a testFile && echo $_t > testFile || lsattr testFile &&
45 chattr -a testFile && echo $_t > testFile && cat testFile &&
47 $OUT" "-----a------- testFile\n$_t\n------------- testFile\n" "" ""
48 testing "[-/+]a FILE[append]" "$IN && echo "$_t" > testFile &&
49 chattr +a testFile && echo $_t >> testFile && cat testFile &&
51 "$_t\n$_t\n-----a------- testFile\n" "" ""
52 testing "[-/+]a FILE[move]" "$IN && echo "$_t" > testFile &&
55 testing "[-/+]a FILE[delete]" "$IN && echo "$_t" > testFile &&
58 testing "[-/+]a FILE[read]" "$IN && echo "$_t" > testFile &&
60 rm -rf testFile; $OUT" "$_t\n-----a------- testFile\n" "" ""
64 testing "[-/+]$attr FILE" "$IN && echo "$_t" > testFile &&
66 lsattr testFile; rm -rf testFile; $OUT" "$_t\n------------- testFile\n" "" ""
71 testing "-$attr FILE" "$IN && echo "$_t" > testFile && chattr -$attr testFile &&
72 … cat testFile && lsattr testFile; rm -rf testFile; $OUT" "$_t\n------------- testFile\n" "" ""
75 testing "[-/+]AacDdijsStTu FILE" "$IN && echo "$_t" > testFile &&
77 lsattr testFile; rm -rf testFile; $OUT" "$_t\n------------- testFile\n" "" ""
79 "$IN && echo "$_t" > testFile &&
86 "$_t\n------------- testFile\n" "" ""
88 echo "$_t" > testFile && echo "$_t" > testFile1 &&
89 echo "$_t" > testFile2 && echo "$_t" > testFile3 &&
90 echo "$_t" > testFile4 && echo "$_t" > testFile5 &&
91 echo "$_t" > testFile6 && echo "$_t" > testFile7 &&
92 echo "$_t" > testFile8 && echo "$_t" > testFile9 &&
93 echo "$_t" > testFile10 && echo "$_t" > testFile11 &&
96 …"$_t\n------------- testFile\n------------- testFile1\n------------- testFile10\n------------- tes…
98 "$IN && echo "$_t" > testFile &&
105 "$_t\n------------- testFile\n" "" ""
107 "$IN && echo "$_t" > testFile &&
109 echo \"$_t\" > testFile || lsattr testFile && chattr -i testFile;
112 "$IN && echo "$_t" > testFile && chattr +A testFile &&
113 echo \"$_t\" > testFile && lsattr testFile && chattr -A testFile;
116 "$IN && echo "$_t" > testFile && chattr +s testFile &&
117 echo \"$_t\" > testFile && lsattr testFile && chattr -s testFile
120 "$IN && echo "$_t" > testFile &&
121 chattr -v 1234 testFile && echo \"$_t\" > testFile &&