Lines Matching refs:IN

10 IN="cd testattr"
14 testing "chattr [-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
17 testing "chattr [-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
21 testing "chattr [-/+]i FILE[append]" "$IN && echo "$_t" > testFile &&
24 testing "chattr [-/+]i FILE[move]" "$IN && echo "$_t" > testFile &&
27 testing "chattr [-/+]i FILE[delete]" "$IN && echo "$_t" > testFile &&
30 testing "chattr [-/+]i FILE[read]" "$IN && echo "$_t" > testFile &&
33 testing "chattr [-/+]a FILE[write]" "$IN && echo "$_t" > testFile &&
36 testing "chattr [-/+]a FILE[re-write]" "$IN && echo "$_t" > testFile &&
41 testing "chattr [-/+]a FILE[append]" "$IN && echo "$_t" > testFile &&
45 testing "chattr [-/+]a FILE[move]" "$IN && echo "$_t" > testFile &&
48 testing "chattr [-/+]a FILE[delete]" "$IN && echo "$_t" > testFile &&
51 testing "chattr [-/+]a FILE[read]" "$IN && echo "$_t" > testFile &&
57 testing "chattr [-/+]$attr FILE" "$IN && echo "$_t" > testFile &&
64 testing "chattr -$attr FILE" "$IN && echo "$_t" > testFile && chattr -$attr testFile &&
68 testing "chattr [-/+]AacDdijsStTu FILE" "$IN && echo "$_t" > testFile &&
72 "$IN && echo "$_t" > testFile &&
80 testing "chattr [-/+]AacDdijsStTu FILE*" "$IN &&
91 "$IN && echo "$_t" > testFile &&
100 "$IN && echo "$_t" > testFile &&
105 "$IN && echo "$_t" > testFile && chattr +A testFile &&
109 "$IN && echo "$_t" > testFile && chattr +s testFile &&
113 "$IN && echo "$_t" > testFile &&
119 testing "chattr -R [-/+]a FILE" "$IN && touch aa && chattr -R +A aa && lsattr aa &&
121 testing "chattr -R [-/+]a FILE.." "$IN && touch aa bb &&