Lines Matching refs:verbose
19 local verbose=$1
22 if [ -z "$verbose" ]; then
52 local verbose="$2"
55 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out
75 local verbose="$2"
78 EXPECT_PASS tar x${verbose}f $fname \> tar.out
79 check_listing "${verbose}" $@
87 local verbose="$2"
93 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out
94 check_listing "$verbose" $TAR_FILES
97 EXPECT_PASS tar d${verbose}f $fname \> tar.out
98 check_listing "$verbose" $TAR_FILES
103 check_content $fname "$verbose" $TAR_FILES
106 check_extraction $fname "$verbose" $TAR_FILES
111 EXPECT_PASS tar r${verbose}f $fname file4 \> tar.out
112 check_listing "$verbose" file4
113 check_content $fname "$verbose" $TAR_FILES file4
116 check_extraction $fname "$verbose" $TAR_FILES file4