Fix forgotten update for test_all.go

This commit is contained in:
Nick Craig-Wood 2015-12-30 12:12:08 +00:00
parent 3ac4407b88
commit dfd46c23f9
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Unit tests
Integration tests
* Add your fs to the imports in `fs/operations_test.go`
* Add your fs to `fs/test_all.sh`
* Add your fs to `fs/test_all.go`
* Make sure integration tests pass with
* `cd fs`
* `go test -v -remote TestRemote:` and