Lines Matching refs:OUT

27 OUT="&& cd .. && echo \$(ls -lR testdir | awk '{print \$4}')"
35 testing "chgrp dir" "$IN chgrp root dir $OUT" \
37 testing "chgrp file" "$IN chgrp root dir/file $OUT" \
39 testing "chgrp dir and file" "$IN chgrp root dir dir/file $OUT" \
43 testing "chgrp symlink->file" "$IN chgrp root dir2/file $OUT" \
45 testing "chgrp symlink->dir" "$IN chgrp root dir2/dir $OUT" \
47 testing "chgrp -h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
51 testing "chgrp -h symlink->file" "$IN chgrp -h root dir2/file $OUT" \
53 testing "chgrp -h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
58 testing "chgrp -R dir" "$IN chgrp -R root dir $OUT" \
60 testing "chgrp -R dir2" "$IN chgrp -R root dir2 $OUT" \
62 testing "chgrp -R symlink->dir" "$IN chgrp -R root dir2/dir $OUT" \
64 testing "chgrp -R symlink->file" "$IN chgrp -R root dir2/file $OUT" \
69 testing "chgrp -RP dir2" "$IN chgrp -RP root dir2 $OUT" \
71 testing "chgrp -RP symlink->dir" "$IN chgrp -RP root dir2/dir $OUT" \
73 testing "chgrp -RP symlink->file" "$IN chgrp -RP root dir2/file $OUT" \
78 testing "chgrp -RH dir2" "$IN chgrp -RH root dir2 $OUT" \
80 testing "chgrp -RH symlink->dir" "$IN chgrp -RH root dir2/dir $OUT" \
82 testing "chgrp -RH symlink->file" "$IN chgrp -RH root dir2/file $OUT" \
87 testing "chgrp -RL dir2" "$IN chgrp -RL root dir2 $OUT" \
89 testing "chgrp -RL symlink->dir" "$IN chgrp -RL root dir2/dir $OUT" \
91 testing "chgrp -RL symlink->file" "$IN chgrp -RL root dir2/file $OUT" \
95 testing "chgrp -H without -R" "$IN chgrp -H root dir2/dir $OUT" \
97 testing "chgrp -L without -R" "$IN chgrp -L root dir2/dir $OUT" \
99 testing "chgrp -P without -R" "$IN chgrp -P root dir2/dir $OUT" \