• Home
  • Raw
  • Download

Lines Matching refs:echo

2 	echo "$test_name: $test_description: skipped (no debugfs)"
13 echo "debugfs edit extended attributes" > $OUT.new
17 echo "mke2fs -Fq -b 1024 test.img 512" >> $OUT.new
21 echo Exit status is $status >> $OUT.new
23 echo "ea_set / user.joe smith" >> $OUT.new
26 echo Exit status is $status >> $OUT.new
28 echo "ea_set / user.moo FEE_FIE_FOE_FUMMMMMM" >> $OUT.new
31 echo Exit status is $status >> $OUT.new
33 echo "ea_list /" >> $OUT.new
36 echo Exit status is $status >> $OUT.new
38 echo "ea_get / user.moo" >> $OUT.new
41 echo Exit status is $status >> $OUT.new
43 echo "ea_get / nosuchea" >> $OUT.new
46 echo Exit status is $status >> $OUT.new
48 echo "ea_rm / user.moo" >> $OUT.new
51 echo Exit status is $status >> $OUT.new
53 echo "ea_rm / nosuchea" >> $OUT.new
56 echo Exit status is $status >> $OUT.new
58 echo "ea_list /" >> $OUT.new
61 echo Exit status is $status >> $OUT.new
63 echo "ea_get / user.moo" >> $OUT.new
66 echo Exit status is $status >> $OUT.new
68 echo "ea_rm / user.joe" >> $OUT.new
71 echo Exit status is $status >> $OUT.new
73 echo "ea_list /" >> $OUT.new
76 echo Exit status is $status >> $OUT.new
78 echo "123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123…
79 echo "ea_set -f $TEST_DATA / user.file_based_xattr" >> $OUT.new
82 echo Exit status is $status >> $OUT.new
84 echo "ea_list /" >> $OUT.new
87 echo Exit status is $status >> $OUT.new
89 echo "ea_get / user.file_based_xattr" >> $OUT.new
92 echo Exit status is $status >> $OUT.new
94 echo "ea_get -f $VERIFY_DATA / user.file_based_xattr" >> $OUT.new
97 echo Exit status is $status >> $OUT.new
99 echo "Compare big attribute" >> $OUT.new
102 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys >> $OUT.new
105 echo Exit status is $status >> $OUT.new
117 echo "$test_name: $test_description: ok"
120 echo "$test_name: $test_description: failed"