Lines Matching refs:verbose
21 local verbose=$1
24 if [ -z "$verbose" ]; then
54 local verbose="$2"
57 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out
77 local verbose="$2"
80 EXPECT_PASS tar x${verbose}f $fname \> tar.out
81 check_listing "${verbose}" $@
89 local verbose="$2"
95 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out
96 check_listing "$verbose" $TAR_FILES
99 EXPECT_PASS tar d${verbose}f $fname \> tar.out
100 check_listing "$verbose" $TAR_FILES
105 check_content $fname "$verbose" $TAR_FILES
108 check_extraction $fname "$verbose" $TAR_FILES
113 EXPECT_PASS tar r${verbose}f $fname file4 \> tar.out
114 check_listing "$verbose" file4
115 check_content $fname "$verbose" $TAR_FILES file4
118 check_extraction $fname "$verbose" $TAR_FILES file4