]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: pass cfg strings around in tests instead of reader
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 3 Feb 2021 16:29:01 +0000 (17:29 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 3 Feb 2021 16:29:01 +0000 (17:29 +0100)
commitd9d547a3f3f83f6ea23e140e3665ac41b6aca10a
treec8203566d12122a07e0e5290c42bfd827c97d368
parentc3bde5f59099a3b21b016bf809b83ee3de126f80
device: pass cfg strings around in tests instead of reader

This makes it easier to tag things onto the end manually for quick hacks.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/device_test.go