File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ test_expect_success \
27
27
test_expect_success \
28
28
' Invalid patch name: space' '
29
29
command_error stg new "bad name" 2>err &&
30
- cat err &&
31
30
grep -e "Invalid patch name \`bad name\`" err
32
31
'
33
32
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ test_expect_success 'Initialize branch' '
15
15
16
16
test_expect_success ' Cannot cleanup with patches' '
17
17
command_error stg branch --cleanup 2>err &&
18
- cat err &&
19
18
grep "Clean up not permitted: the series still contains patches" err
20
19
'
21
20
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ test_expect_success \
44
44
test_expect_success \
45
45
' Invalid arguments' '
46
46
general_error stg branch -d "a description" bar foo 2>err &&
47
- cat err &&
48
47
grep -e "Found argument .foo. which wasn.t expected" err
49
48
'
50
49
You can’t perform that action at this time.
0 commit comments