Lines Matching refs:IN
17 IN="cd testattr"
21 testing "[-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
24 testing "[-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
28 testing "[-/+]i FILE[append]" "$IN && echo "$_t" > 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 &&
40 testing "[-/+]a FILE[write]" "$IN && echo "$_t" > testFile &&
43 testing "[-/+]a FILE[re-write]" "$IN && echo "$_t" > testFile &&
48 testing "[-/+]a FILE[append]" "$IN && echo "$_t" > testFile &&
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 &&
64 testing "[-/+]$attr FILE" "$IN && echo "$_t" > testFile &&
71 testing "-$attr FILE" "$IN && echo "$_t" > testFile && chattr -$attr testFile &&
75 testing "[-/+]AacDdijsStTu FILE" "$IN && echo "$_t" > testFile &&
79 "$IN && echo "$_t" > testFile &&
87 testing "[-/+]AacDdijsStTu FILE*" "$IN &&
98 "$IN && echo "$_t" > testFile &&
107 "$IN && echo "$_t" > testFile &&
112 "$IN && echo "$_t" > testFile && chattr +A testFile &&
116 "$IN && echo "$_t" > testFile && chattr +s testFile &&
120 "$IN && echo "$_t" > testFile &&
126 testing "-R [-/+]a FILE" "$IN && touch aa && chattr -R +A aa && lsattr aa &&
128 testing "-R [-/+]a FILE.." "$IN && touch aa bb &&