Home | History | Annotate | Download | only in tar

Lines Matching full:fname

69 	local fname="$1"
73 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out
92 local fname="$1"
96 EXPECT_PASS tar x${verbose}f $fname \> tar.out
106 local fname="$3"
111 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out
115 EXPECT_PASS tar d${verbose}f $fname \> tar.out
121 check_content $fname "$verbose" $TAR_FILES
124 check_extraction $fname "$verbose" $TAR_FILES
129 EXPECT_PASS tar r${verbose}f $fname file4 \> tar.out
131 check_content $fname "$verbose" $TAR_FILES file4
134 check_extraction $fname "$verbose" $TAR_FILES file4
137 ROD rm $fname