Skip to content

Commit

Permalink
Update src/tests/test01.vtc
Browse files Browse the repository at this point in the history
Tabs -> spaces
  • Loading branch information
jib committed Feb 25, 2013
1 parent d573401 commit 9ab40e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tests/test01.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ server s1 {
# 12 VCL_Log c d req_delivery_time -1

varnish v1 -vcl+backend {
import timers from "${vmod_topbuild}/src/.libs/libvmod_timers.so";
import timers from "${vmod_topbuild}/src/.libs/libvmod_timers.so";

sub vcl_init {
### so there's something to see, since there's no actual backend
Expand Down Expand Up @@ -91,12 +91,12 @@ varnish v1 -vcl+backend {
} -start

client c1 {
txreq -url "/"
rxresp
txreq -url "/"
rxresp

### utility functions
expect resp.http.add == 2
expect resp.http.subtract == 2
expect resp.http.add == 2
expect resp.http.subtract == 2

### timestamps
expect resp.http.req_start == 1
Expand Down

0 comments on commit 9ab40e4

Please sign in to comment.