Lines Matching refs:TAR

20 TAR='tar c --owner root --group root --mtime @1234567890'
45 testing "create file" "$TAR file | SUM 3" \
48 testing "pass file" "$TAR file | LST" \
77 testing "create dir" "$TAR dir | SUM 3" \
80 testing "pass dir" "$TAR dir | LST" \
85 testing "create file in dir" "$TAR dir/file | SUM 3" \
89 testing "create dir and dir/file" "$TAR dir | SUM 3" \
92 testing "pass dir/file" "$TAR dir | LST" \
96 testing "tar C" "$TAR -C dir that | SUM 3" \
101 testing "create symlink" "$TAR dir/link | SUM 3" \
106 testing "create hardlink" "$TAR dir/file dir/hardlink | SUM 3" \
110 testing "create hardlink to symlink" "$TAR dir/link dir/hlink | SUM 3" \
114 testing "create dir/fifo" "$TAR dir/fifo | SUM 3" \
121 testing "create long fname" "$TAR dir/${LONG:1:97} dir/${LONG:1:96} | SUM 3" \
126 testing "create long symlnk" "$TAR dir/lshort dir/llong | SUM 3" \
130 testing "create long->long" "$TAR dir/${LONG:5} | SUM 7" \
135 testing "create symlink" "$TAR dir/linkok | SUM 3" \
139 testing "pass absolute symlink" "$TAR dir/linknull | LST" \
143 testing "pass broken symlink" "$TAR dir/relbrok | LST" \
147 testing "pass broken absolute symlink" "$TAR dir/linkabsbrok | LST" \
170 testing "-I gzip c" "$TAR -Igzip file | file - | grep -o 'gzip compressed'" \
185 testing "ownership" "$TAR dir/file | SUM 3" \
224 testing "sparse without overflow" "$TAR --sparse fweep | SUM 3" \
233 testing "sparse single overflow" "$TAR --sparse fweep | SUM 6" \
244 testing "sparse double overflow" "$TAR --sparse fweep | SUM 7" \
249 testing "sparse extract" "tar xf fweep.tar && $TAR --sparse fweep | SUM 4" \
258 "tar xf fweep2.tar && $TAR --sparse fweep2 | SUM 4" \
328 unset LONG TAR SUM OLDUMASK OLDTZ