Skip to content

Commit c8dbc79

Browse files
committed
Revert incorrect tests
1 parent 25f40c4 commit c8dbc79

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/basic.bats

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ BIN=./httpref
6060
}
6161

6262
@test "Can change the width of the output" {
63-
run ${BIN} --no-colours -w 70 100
64-
[ $status -eq 0 ]
65-
for l in "${lines[@]}"
66-
do
67-
[ $(echo ${l} | wc -m) -le 70 ]
68-
done
69-
}
70-
71-
@test "Outputs have colours" {
7263
run ${BIN} -w 70 100
7364
[ $status -eq 0 ]
7465
for l in "${lines[@]}"

0 commit comments

Comments
 (0)