Skip to content

Commit 0d9d175

Browse files
committed
Remove debug instrumentation from test scripts
1 parent 02c7ed8 commit 0d9d175

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

t/t1003-new.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ test_expect_success \
2727
test_expect_success \
2828
'Invalid patch name: space' '
2929
command_error stg new "bad name" 2>err &&
30-
cat err &&
3130
grep -e "Invalid patch name \`bad name\`" err
3231
'
3332

t/t1006-branch-cleanup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ test_expect_success 'Initialize branch' '
1515

1616
test_expect_success 'Cannot cleanup with patches' '
1717
command_error stg branch --cleanup 2>err &&
18-
cat err &&
1918
grep "Clean up not permitted: the series still contains patches" err
2019
'
2120

t/t1008-branch-description.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ test_expect_success \
4444
test_expect_success \
4545
'Invalid arguments' '
4646
general_error stg branch -d "a description" bar foo 2>err &&
47-
cat err &&
4847
grep -e "Found argument .foo. which wasn.t expected" err
4948
'
5049

0 commit comments

Comments
 (0)