Lines Matching refs:testing
3 [ -f testing.sh ] && . testing.sh
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 &&
78 testing "[-/+]AacDdijsStTu(random) FILE" \
87 testing "[-/+]AacDdijsStTu FILE*" "$IN &&
97 testing "[-/+]AacDdijsStTu(random) FILE*" \
106 testing "[-/+]i FILE[write]" \
111 testing "[-/+]A FILE[write]" \
115 testing "[-/+]s FILE[write]" \
119 testing "-v version FILE[write]" \
126 testing "-R [-/+]a FILE" "$IN && touch aa && chattr -R +A aa && lsattr aa &&
128 testing "-R [-/+]a FILE.." "$IN && touch aa bb &&