From 351946797b786c9d6a1ab53f89b2fa61d7e3e440 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sun, 30 Jun 2019 09:54:15 +0200 Subject: [PATCH] Use standard name for fixtures dir per Go conventions --- README.md | 6 +++--- decompress_bzip2_test.go | 2 +- decompress_gzip_test.go | 2 +- decompress_tar_test.go | 2 +- decompress_tbz2_test.go | 2 +- decompress_tgz_test.go | 2 +- decompress_txz_test.go | 2 +- decompress_xz_test.go | 2 +- decompress_zip_test.go | 2 +- detect_file_test.go | 4 ++-- get_test.go | 8 ++++---- module_test.go | 2 +- netrc_test.go | 6 +++--- .../archive-rooted-multi/archive.tar.gz | Bin .../archive-rooted/archive.tar.gz | Bin {test-fixtures => testdata}/archive.tar.gz | Bin .../basic%2Ftest/foo/main.tf | 0 {test-fixtures => testdata}/basic%2Ftest/main.tf | 0 .../basic%2Ftest/subdir/sub.tf | 0 {test-fixtures => testdata}/basic-dot/.test/foo.tf | 0 {test-fixtures => testdata}/basic-dot/main.tf | 0 .../basic-file-archive/archive.tar.gz | Bin {test-fixtures => testdata}/basic-file/foo.txt | 0 .../basic-hg/.hg/00changelog.i | Bin {test-fixtures => testdata}/basic-hg/.hg/branch | 0 .../basic-hg/.hg/cache/branch2-served | 0 .../basic-hg/.hg/cache/rbc-names-v1 | 0 .../basic-hg/.hg/cache/rbc-revs-v1 | Bin {test-fixtures => testdata}/basic-hg/.hg/cache/tags | 0 {test-fixtures => testdata}/basic-hg/.hg/dirstate | Bin .../basic-hg/.hg/last-message.txt | 0 {test-fixtures => testdata}/basic-hg/.hg/requires | 0 .../basic-hg/.hg/store/00changelog.i | Bin .../basic-hg/.hg/store/00manifest.i | Bin .../basic-hg/.hg/store/data/foo.txt.i | Bin .../basic-hg/.hg/store/data/main.tf.i | Bin .../basic-hg/.hg/store/data/main__branch.tf.i | Bin .../basic-hg/.hg/store/fncache | 0 .../basic-hg/.hg/store/phaseroots | 0 {test-fixtures => testdata}/basic-hg/.hg/store/undo | Bin .../basic-hg/.hg/store/undo.backup.fncache | 0 .../basic-hg/.hg/store/undo.backupfiles | Bin .../basic-hg/.hg/store/undo.phaseroots | 0 .../basic-hg/.hg/undo.bookmarks | 0 .../basic-hg/.hg/undo.branch | 0 {test-fixtures => testdata}/basic-hg/.hg/undo.desc | 0 .../basic-hg/.hg/undo.dirstate | Bin {test-fixtures => testdata}/basic-hg/foo.txt | 0 {test-fixtures => testdata}/basic-hg/main.tf | 0 {test-fixtures => testdata}/basic-parent/a/a.tf | 0 {test-fixtures => testdata}/basic-parent/c/c.tf | 0 {test-fixtures => testdata}/basic-parent/main.tf | 0 .../basic-subdir/foo/sub/baz/main.tf | 0 .../basic-subdir/foo/sub/main.tf | 0 {test-fixtures => testdata}/basic-subdir/main.tf | 0 {test-fixtures => testdata}/basic-tgz/main.tf | 0 {test-fixtures => testdata}/basic/foo/main.tf | 0 {test-fixtures => testdata}/basic/main.tf | 0 {test-fixtures => testdata}/basic/subdir/sub.tf | 0 .../checksum-file/content.txt | 0 .../checksum-file/md5-bsd-bad.sum | 0 .../checksum-file/md5-bsd-wrong.sum | 0 .../checksum-file/md5-bsd.sum | 0 {test-fixtures => testdata}/checksum-file/md5-p.sum | 0 .../checksum-file/sha1-p.sum | 0 {test-fixtures => testdata}/checksum-file/sha1.sum | 0 .../checksum-file/sha256-p.sum | 0 .../checksum-file/sha512-p.sum | 0 {test-fixtures => testdata}/child/foo/bar/main.tf | 0 {test-fixtures => testdata}/child/foo/main.tf | 0 {test-fixtures => testdata}/child/main.tf | 0 .../decompress-bz2/single.bz2 | Bin {test-fixtures => testdata}/decompress-gz/single.gz | Bin .../decompress-tar/extended_header.tar | Bin .../decompress-tar/implied_dir.tar | Bin .../decompress-tar/unix_time_0.tar | Bin .../decompress-tbz2/empty.tar.bz2 | Bin .../decompress-tbz2/multiple.tar.bz2 | Bin .../decompress-tbz2/ordering.tar.bz2 | Bin .../decompress-tbz2/single.tar.bz2 | Bin .../decompress-tgz/empty.tar.gz | Bin .../decompress-tgz/multiple.tar.gz | Bin .../decompress-tgz/multiple_dir.tar.gz | Bin .../decompress-tgz/ordering.tar.gz | Bin .../decompress-tgz/outside_parent.tar.gz | Bin .../decompress-tgz/single.tar.gz | Bin .../decompress-txz/empty.tar.xz | Bin .../decompress-txz/multiple.tar.xz | Bin .../decompress-txz/multiple_dir.tar.xz | Bin .../decompress-txz/ordering.tar.xz | Bin .../decompress-txz/single.tar.xz | Bin {test-fixtures => testdata}/decompress-xz/single.xz | Bin .../decompress-zip/empty.zip | Bin .../decompress-zip/multiple.zip | Bin .../decompress-zip/outside_parent.zip | Bin .../decompress-zip/single.zip | Bin .../decompress-zip/subdir.zip | Bin .../decompress-zip/subdir_empty.zip | Bin .../decompress-zip/subdir_missing_dir.zip | Bin .../detect-file-symlink-pwd/real/hello.txt | 0 .../detect-file-symlink-pwd/syml/pwd | 0 {test-fixtures => testdata}/dup/foo/main.tf | 0 {test-fixtures => testdata}/dup/main.tf | 0 {test-fixtures => testdata}/netrc/basic | 0 .../validate-bad-output-to-module/child/main.tf | 0 .../validate-bad-output-to-module/main.tf | 0 .../validate-bad-output/child/main.tf | 0 .../validate-bad-output/main.tf | 0 .../validate-bad-var/child/main.tf | 0 .../validate-bad-var/main.tf | 0 .../validate-child-bad/child/main.tf | 0 .../validate-child-bad/main.tf | 0 .../validate-child-good/child/main.tf | 0 .../validate-child-good/main.tf | 0 .../validate-required-var/child/main.tf | 0 .../validate-required-var/main.tf | 0 .../validate-root-bad/main.tf | 0 117 files changed, 21 insertions(+), 21 deletions(-) rename {test-fixtures => testdata}/archive-rooted-multi/archive.tar.gz (100%) rename {test-fixtures => testdata}/archive-rooted/archive.tar.gz (100%) rename {test-fixtures => testdata}/archive.tar.gz (100%) rename {test-fixtures => testdata}/basic%2Ftest/foo/main.tf (100%) rename {test-fixtures => testdata}/basic%2Ftest/main.tf (100%) rename {test-fixtures => testdata}/basic%2Ftest/subdir/sub.tf (100%) rename {test-fixtures => testdata}/basic-dot/.test/foo.tf (100%) rename {test-fixtures => testdata}/basic-dot/main.tf (100%) rename {test-fixtures => testdata}/basic-file-archive/archive.tar.gz (100%) rename {test-fixtures => testdata}/basic-file/foo.txt (100%) rename {test-fixtures => testdata}/basic-hg/.hg/00changelog.i (100%) rename {test-fixtures => testdata}/basic-hg/.hg/branch (100%) rename {test-fixtures => testdata}/basic-hg/.hg/cache/branch2-served (100%) rename {test-fixtures => testdata}/basic-hg/.hg/cache/rbc-names-v1 (100%) rename {test-fixtures => testdata}/basic-hg/.hg/cache/rbc-revs-v1 (100%) rename {test-fixtures => testdata}/basic-hg/.hg/cache/tags (100%) rename {test-fixtures => testdata}/basic-hg/.hg/dirstate (100%) rename {test-fixtures => testdata}/basic-hg/.hg/last-message.txt (100%) rename {test-fixtures => testdata}/basic-hg/.hg/requires (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/00changelog.i (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/00manifest.i (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/data/foo.txt.i (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/data/main.tf.i (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/data/main__branch.tf.i (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/fncache (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/phaseroots (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/undo (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/undo.backup.fncache (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/undo.backupfiles (100%) rename {test-fixtures => testdata}/basic-hg/.hg/store/undo.phaseroots (100%) rename {test-fixtures => testdata}/basic-hg/.hg/undo.bookmarks (100%) rename {test-fixtures => testdata}/basic-hg/.hg/undo.branch (100%) rename {test-fixtures => testdata}/basic-hg/.hg/undo.desc (100%) rename {test-fixtures => testdata}/basic-hg/.hg/undo.dirstate (100%) rename {test-fixtures => testdata}/basic-hg/foo.txt (100%) rename {test-fixtures => testdata}/basic-hg/main.tf (100%) rename {test-fixtures => testdata}/basic-parent/a/a.tf (100%) rename {test-fixtures => testdata}/basic-parent/c/c.tf (100%) rename {test-fixtures => testdata}/basic-parent/main.tf (100%) rename {test-fixtures => testdata}/basic-subdir/foo/sub/baz/main.tf (100%) rename {test-fixtures => testdata}/basic-subdir/foo/sub/main.tf (100%) rename {test-fixtures => testdata}/basic-subdir/main.tf (100%) rename {test-fixtures => testdata}/basic-tgz/main.tf (100%) rename {test-fixtures => testdata}/basic/foo/main.tf (100%) rename {test-fixtures => testdata}/basic/main.tf (100%) rename {test-fixtures => testdata}/basic/subdir/sub.tf (100%) rename {test-fixtures => testdata}/checksum-file/content.txt (100%) rename {test-fixtures => testdata}/checksum-file/md5-bsd-bad.sum (100%) rename {test-fixtures => testdata}/checksum-file/md5-bsd-wrong.sum (100%) rename {test-fixtures => testdata}/checksum-file/md5-bsd.sum (100%) rename {test-fixtures => testdata}/checksum-file/md5-p.sum (100%) rename {test-fixtures => testdata}/checksum-file/sha1-p.sum (100%) rename {test-fixtures => testdata}/checksum-file/sha1.sum (100%) rename {test-fixtures => testdata}/checksum-file/sha256-p.sum (100%) rename {test-fixtures => testdata}/checksum-file/sha512-p.sum (100%) rename {test-fixtures => testdata}/child/foo/bar/main.tf (100%) rename {test-fixtures => testdata}/child/foo/main.tf (100%) rename {test-fixtures => testdata}/child/main.tf (100%) rename {test-fixtures => testdata}/decompress-bz2/single.bz2 (100%) rename {test-fixtures => testdata}/decompress-gz/single.gz (100%) rename {test-fixtures => testdata}/decompress-tar/extended_header.tar (100%) rename {test-fixtures => testdata}/decompress-tar/implied_dir.tar (100%) rename {test-fixtures => testdata}/decompress-tar/unix_time_0.tar (100%) rename {test-fixtures => testdata}/decompress-tbz2/empty.tar.bz2 (100%) rename {test-fixtures => testdata}/decompress-tbz2/multiple.tar.bz2 (100%) rename {test-fixtures => testdata}/decompress-tbz2/ordering.tar.bz2 (100%) rename {test-fixtures => testdata}/decompress-tbz2/single.tar.bz2 (100%) rename {test-fixtures => testdata}/decompress-tgz/empty.tar.gz (100%) rename {test-fixtures => testdata}/decompress-tgz/multiple.tar.gz (100%) rename {test-fixtures => testdata}/decompress-tgz/multiple_dir.tar.gz (100%) rename {test-fixtures => testdata}/decompress-tgz/ordering.tar.gz (100%) rename {test-fixtures => testdata}/decompress-tgz/outside_parent.tar.gz (100%) rename {test-fixtures => testdata}/decompress-tgz/single.tar.gz (100%) rename {test-fixtures => testdata}/decompress-txz/empty.tar.xz (100%) rename {test-fixtures => testdata}/decompress-txz/multiple.tar.xz (100%) rename {test-fixtures => testdata}/decompress-txz/multiple_dir.tar.xz (100%) rename {test-fixtures => testdata}/decompress-txz/ordering.tar.xz (100%) rename {test-fixtures => testdata}/decompress-txz/single.tar.xz (100%) rename {test-fixtures => testdata}/decompress-xz/single.xz (100%) rename {test-fixtures => testdata}/decompress-zip/empty.zip (100%) rename {test-fixtures => testdata}/decompress-zip/multiple.zip (100%) rename {test-fixtures => testdata}/decompress-zip/outside_parent.zip (100%) rename {test-fixtures => testdata}/decompress-zip/single.zip (100%) rename {test-fixtures => testdata}/decompress-zip/subdir.zip (100%) rename {test-fixtures => testdata}/decompress-zip/subdir_empty.zip (100%) rename {test-fixtures => testdata}/decompress-zip/subdir_missing_dir.zip (100%) rename {test-fixtures => testdata}/detect-file-symlink-pwd/real/hello.txt (100%) rename {test-fixtures => testdata}/detect-file-symlink-pwd/syml/pwd (100%) rename {test-fixtures => testdata}/dup/foo/main.tf (100%) rename {test-fixtures => testdata}/dup/main.tf (100%) rename {test-fixtures => testdata}/netrc/basic (100%) rename {test-fixtures => testdata}/validate-bad-output-to-module/child/main.tf (100%) rename {test-fixtures => testdata}/validate-bad-output-to-module/main.tf (100%) rename {test-fixtures => testdata}/validate-bad-output/child/main.tf (100%) rename {test-fixtures => testdata}/validate-bad-output/main.tf (100%) rename {test-fixtures => testdata}/validate-bad-var/child/main.tf (100%) rename {test-fixtures => testdata}/validate-bad-var/main.tf (100%) rename {test-fixtures => testdata}/validate-child-bad/child/main.tf (100%) rename {test-fixtures => testdata}/validate-child-bad/main.tf (100%) rename {test-fixtures => testdata}/validate-child-good/child/main.tf (100%) rename {test-fixtures => testdata}/validate-child-good/main.tf (100%) rename {test-fixtures => testdata}/validate-required-var/child/main.tf (100%) rename {test-fixtures => testdata}/validate-required-var/main.tf (100%) rename {test-fixtures => testdata}/validate-root-bad/main.tf (100%) diff --git a/README.md b/README.md index ba4df6f4b..3de23c709 100644 --- a/README.md +++ b/README.md @@ -128,14 +128,14 @@ go-getter will first download the URL specified _before_ the double-slash path after the double slash into the target directory. For example, if you're downloading this GitHub repository, but you only -want to download the `test-fixtures` directory, you can do the following: +want to download the `testdata` directory, you can do the following: ``` -https://github.com/hashicorp/go-getter.git//test-fixtures +https://github.com/hashicorp/go-getter.git//testdata ``` If you downloaded this to the `/tmp` directory, then the file -`/tmp/archive.gz` would exist. Notice that this file is in the `test-fixtures` +`/tmp/archive.gz` would exist. Notice that this file is in the `testdata` directory in this repository, but because we specified a subdirectory, go-getter automatically copied only that directory contents. diff --git a/decompress_bzip2_test.go b/decompress_bzip2_test.go index 08c18b7ae..0315c59c8 100644 --- a/decompress_bzip2_test.go +++ b/decompress_bzip2_test.go @@ -27,7 +27,7 @@ func TestBzip2Decompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-bz2", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-bz2", tc.Input) } TestDecompressor(t, new(Bzip2Decompressor), cases) diff --git a/decompress_gzip_test.go b/decompress_gzip_test.go index 2493a991a..b805678a4 100644 --- a/decompress_gzip_test.go +++ b/decompress_gzip_test.go @@ -27,7 +27,7 @@ func TestGzipDecompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-gz", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-gz", tc.Input) } TestDecompressor(t, new(GzipDecompressor), cases) diff --git a/decompress_tar_test.go b/decompress_tar_test.go index c86fe7951..b8f4b8cc4 100644 --- a/decompress_tar_test.go +++ b/decompress_tar_test.go @@ -36,7 +36,7 @@ func TestTar(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-tar", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-tar", tc.Input) } TestDecompressor(t, new(tarDecompressor), cases) diff --git a/decompress_tbz2_test.go b/decompress_tbz2_test.go index 6ee5fbebd..14a16c21b 100644 --- a/decompress_tbz2_test.go +++ b/decompress_tbz2_test.go @@ -66,7 +66,7 @@ func TestTarBzip2Decompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-tbz2", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-tbz2", tc.Input) } TestDecompressor(t, new(TarBzip2Decompressor), cases) diff --git a/decompress_tgz_test.go b/decompress_tgz_test.go index 91ee68887..e0e4d2380 100644 --- a/decompress_tgz_test.go +++ b/decompress_tgz_test.go @@ -88,7 +88,7 @@ func TestTarGzipDecompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-tgz", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-tgz", tc.Input) } TestDecompressor(t, new(TarGzipDecompressor), cases) diff --git a/decompress_txz_test.go b/decompress_txz_test.go index 9e14decc3..cb71c4250 100644 --- a/decompress_txz_test.go +++ b/decompress_txz_test.go @@ -77,7 +77,7 @@ func TestTarXzDecompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-txz", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-txz", tc.Input) } TestDecompressor(t, new(TarXzDecompressor), cases) diff --git a/decompress_xz_test.go b/decompress_xz_test.go index 33bcbb15b..9aa55b1f8 100644 --- a/decompress_xz_test.go +++ b/decompress_xz_test.go @@ -27,7 +27,7 @@ func TestXzDecompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-xz", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-xz", tc.Input) } TestDecompressor(t, new(XzDecompressor), cases) diff --git a/decompress_zip_test.go b/decompress_zip_test.go index b8f037610..d22ea109c 100644 --- a/decompress_zip_test.go +++ b/decompress_zip_test.go @@ -91,7 +91,7 @@ func TestZipDecompressor(t *testing.T) { } for i, tc := range cases { - cases[i].Input = filepath.Join("./test-fixtures", "decompress-zip", tc.Input) + cases[i].Input = filepath.Join("./testdata", "decompress-zip", tc.Input) } TestDecompressor(t, new(ZipDecompressor), cases) diff --git a/detect_file_test.go b/detect_file_test.go index ddb1c3eb7..0f7a055c9 100644 --- a/detect_file_test.go +++ b/detect_file_test.go @@ -21,8 +21,8 @@ var fileTests = []fileTest{ } var unixFileTests = []fileTest{ - {"./foo", "test-fixtures/detect-file-symlink-pwd/syml/pwd", - "test-fixtures/detect-file-symlink-pwd/real/foo", false}, + {"./foo", "testdata/detect-file-symlink-pwd/syml/pwd", + "testdata/detect-file-symlink-pwd/real/foo", false}, {"/foo", "/pwd", "file:///foo", false}, {"/foo?bar=baz", "/pwd", "file:///foo?bar=baz", false}, diff --git a/get_test.go b/get_test.go index c385fb003..d70aed881 100644 --- a/get_test.go +++ b/get_test.go @@ -63,7 +63,7 @@ func TestGet_filePercent2F(t *testing.T) { func TestGet_fileDetect(t *testing.T) { dst := tempDir(t) - u := filepath.Join(".", "test-fixtures", "basic") + u := filepath.Join(".", "testdata", "basic") pwd, err := os.Getwd() if err != nil { t.Fatalf("err: %s", err) @@ -121,7 +121,7 @@ func TestGet_fileSubdir(t *testing.T) { func TestGet_archive(t *testing.T) { dst := tempDir(t) - u := filepath.Join("./test-fixtures", "archive.tar.gz") + u := filepath.Join("./testdata", "archive.tar.gz") u, _ = filepath.Abs(u) if err := Get(dst, u); err != nil { @@ -136,7 +136,7 @@ func TestGet_archive(t *testing.T) { func TestGetAny_archive(t *testing.T) { dst := tempDir(t) - u := filepath.Join("./test-fixtures", "archive.tar.gz") + u := filepath.Join("./testdata", "archive.tar.gz") u, _ = filepath.Abs(u) if err := GetAny(dst, u); err != nil { @@ -203,7 +203,7 @@ func TestGetAny_file(t *testing.T) { func TestGetAny_dir(t *testing.T) { dst := tempDir(t) - u := filepath.Join("./test-fixtures", "basic") + u := filepath.Join("./testdata", "basic") u, _ = filepath.Abs(u) if err := GetAny(dst, u); err != nil { diff --git a/module_test.go b/module_test.go index d5e628628..244c1cf2d 100644 --- a/module_test.go +++ b/module_test.go @@ -13,7 +13,7 @@ import ( urlhelper "github.com/hashicorp/go-getter/helper/url" ) -const fixtureDir = "./test-fixtures" +const fixtureDir = "./testdata" func tempDir(t *testing.T) string { dir, err := ioutil.TempDir("", "tf") diff --git a/netrc_test.go b/netrc_test.go index e222c9633..618367619 100644 --- a/netrc_test.go +++ b/netrc_test.go @@ -6,7 +6,7 @@ import ( ) func TestAddAuthFromNetrc(t *testing.T) { - defer tempEnv(t, "NETRC", "./test-fixtures/netrc/basic")() + defer tempEnv(t, "NETRC", "./testdata/netrc/basic")() u, err := url.Parse("http://example.com") if err != nil { @@ -25,7 +25,7 @@ func TestAddAuthFromNetrc(t *testing.T) { } func TestAddAuthFromNetrc_hasAuth(t *testing.T) { - defer tempEnv(t, "NETRC", "./test-fixtures/netrc/basic")() + defer tempEnv(t, "NETRC", "./testdata/netrc/basic")() u, err := url.Parse("http://username:password@example.com") if err != nil { @@ -44,7 +44,7 @@ func TestAddAuthFromNetrc_hasAuth(t *testing.T) { } func TestAddAuthFromNetrc_hasUsername(t *testing.T) { - defer tempEnv(t, "NETRC", "./test-fixtures/netrc/basic")() + defer tempEnv(t, "NETRC", "./testdata/netrc/basic")() u, err := url.Parse("http://username@example.com") if err != nil { diff --git a/test-fixtures/archive-rooted-multi/archive.tar.gz b/testdata/archive-rooted-multi/archive.tar.gz similarity index 100% rename from test-fixtures/archive-rooted-multi/archive.tar.gz rename to testdata/archive-rooted-multi/archive.tar.gz diff --git a/test-fixtures/archive-rooted/archive.tar.gz b/testdata/archive-rooted/archive.tar.gz similarity index 100% rename from test-fixtures/archive-rooted/archive.tar.gz rename to testdata/archive-rooted/archive.tar.gz diff --git a/test-fixtures/archive.tar.gz b/testdata/archive.tar.gz similarity index 100% rename from test-fixtures/archive.tar.gz rename to testdata/archive.tar.gz diff --git a/test-fixtures/basic%2Ftest/foo/main.tf b/testdata/basic%2Ftest/foo/main.tf similarity index 100% rename from test-fixtures/basic%2Ftest/foo/main.tf rename to testdata/basic%2Ftest/foo/main.tf diff --git a/test-fixtures/basic%2Ftest/main.tf b/testdata/basic%2Ftest/main.tf similarity index 100% rename from test-fixtures/basic%2Ftest/main.tf rename to testdata/basic%2Ftest/main.tf diff --git a/test-fixtures/basic%2Ftest/subdir/sub.tf b/testdata/basic%2Ftest/subdir/sub.tf similarity index 100% rename from test-fixtures/basic%2Ftest/subdir/sub.tf rename to testdata/basic%2Ftest/subdir/sub.tf diff --git a/test-fixtures/basic-dot/.test/foo.tf b/testdata/basic-dot/.test/foo.tf similarity index 100% rename from test-fixtures/basic-dot/.test/foo.tf rename to testdata/basic-dot/.test/foo.tf diff --git a/test-fixtures/basic-dot/main.tf b/testdata/basic-dot/main.tf similarity index 100% rename from test-fixtures/basic-dot/main.tf rename to testdata/basic-dot/main.tf diff --git a/test-fixtures/basic-file-archive/archive.tar.gz b/testdata/basic-file-archive/archive.tar.gz similarity index 100% rename from test-fixtures/basic-file-archive/archive.tar.gz rename to testdata/basic-file-archive/archive.tar.gz diff --git a/test-fixtures/basic-file/foo.txt b/testdata/basic-file/foo.txt similarity index 100% rename from test-fixtures/basic-file/foo.txt rename to testdata/basic-file/foo.txt diff --git a/test-fixtures/basic-hg/.hg/00changelog.i b/testdata/basic-hg/.hg/00changelog.i similarity index 100% rename from test-fixtures/basic-hg/.hg/00changelog.i rename to testdata/basic-hg/.hg/00changelog.i diff --git a/test-fixtures/basic-hg/.hg/branch b/testdata/basic-hg/.hg/branch similarity index 100% rename from test-fixtures/basic-hg/.hg/branch rename to testdata/basic-hg/.hg/branch diff --git a/test-fixtures/basic-hg/.hg/cache/branch2-served b/testdata/basic-hg/.hg/cache/branch2-served similarity index 100% rename from test-fixtures/basic-hg/.hg/cache/branch2-served rename to testdata/basic-hg/.hg/cache/branch2-served diff --git a/test-fixtures/basic-hg/.hg/cache/rbc-names-v1 b/testdata/basic-hg/.hg/cache/rbc-names-v1 similarity index 100% rename from test-fixtures/basic-hg/.hg/cache/rbc-names-v1 rename to testdata/basic-hg/.hg/cache/rbc-names-v1 diff --git a/test-fixtures/basic-hg/.hg/cache/rbc-revs-v1 b/testdata/basic-hg/.hg/cache/rbc-revs-v1 similarity index 100% rename from test-fixtures/basic-hg/.hg/cache/rbc-revs-v1 rename to testdata/basic-hg/.hg/cache/rbc-revs-v1 diff --git a/test-fixtures/basic-hg/.hg/cache/tags b/testdata/basic-hg/.hg/cache/tags similarity index 100% rename from test-fixtures/basic-hg/.hg/cache/tags rename to testdata/basic-hg/.hg/cache/tags diff --git a/test-fixtures/basic-hg/.hg/dirstate b/testdata/basic-hg/.hg/dirstate similarity index 100% rename from test-fixtures/basic-hg/.hg/dirstate rename to testdata/basic-hg/.hg/dirstate diff --git a/test-fixtures/basic-hg/.hg/last-message.txt b/testdata/basic-hg/.hg/last-message.txt similarity index 100% rename from test-fixtures/basic-hg/.hg/last-message.txt rename to testdata/basic-hg/.hg/last-message.txt diff --git a/test-fixtures/basic-hg/.hg/requires b/testdata/basic-hg/.hg/requires similarity index 100% rename from test-fixtures/basic-hg/.hg/requires rename to testdata/basic-hg/.hg/requires diff --git a/test-fixtures/basic-hg/.hg/store/00changelog.i b/testdata/basic-hg/.hg/store/00changelog.i similarity index 100% rename from test-fixtures/basic-hg/.hg/store/00changelog.i rename to testdata/basic-hg/.hg/store/00changelog.i diff --git a/test-fixtures/basic-hg/.hg/store/00manifest.i b/testdata/basic-hg/.hg/store/00manifest.i similarity index 100% rename from test-fixtures/basic-hg/.hg/store/00manifest.i rename to testdata/basic-hg/.hg/store/00manifest.i diff --git a/test-fixtures/basic-hg/.hg/store/data/foo.txt.i b/testdata/basic-hg/.hg/store/data/foo.txt.i similarity index 100% rename from test-fixtures/basic-hg/.hg/store/data/foo.txt.i rename to testdata/basic-hg/.hg/store/data/foo.txt.i diff --git a/test-fixtures/basic-hg/.hg/store/data/main.tf.i b/testdata/basic-hg/.hg/store/data/main.tf.i similarity index 100% rename from test-fixtures/basic-hg/.hg/store/data/main.tf.i rename to testdata/basic-hg/.hg/store/data/main.tf.i diff --git a/test-fixtures/basic-hg/.hg/store/data/main__branch.tf.i b/testdata/basic-hg/.hg/store/data/main__branch.tf.i similarity index 100% rename from test-fixtures/basic-hg/.hg/store/data/main__branch.tf.i rename to testdata/basic-hg/.hg/store/data/main__branch.tf.i diff --git a/test-fixtures/basic-hg/.hg/store/fncache b/testdata/basic-hg/.hg/store/fncache similarity index 100% rename from test-fixtures/basic-hg/.hg/store/fncache rename to testdata/basic-hg/.hg/store/fncache diff --git a/test-fixtures/basic-hg/.hg/store/phaseroots b/testdata/basic-hg/.hg/store/phaseroots similarity index 100% rename from test-fixtures/basic-hg/.hg/store/phaseroots rename to testdata/basic-hg/.hg/store/phaseroots diff --git a/test-fixtures/basic-hg/.hg/store/undo b/testdata/basic-hg/.hg/store/undo similarity index 100% rename from test-fixtures/basic-hg/.hg/store/undo rename to testdata/basic-hg/.hg/store/undo diff --git a/test-fixtures/basic-hg/.hg/store/undo.backup.fncache b/testdata/basic-hg/.hg/store/undo.backup.fncache similarity index 100% rename from test-fixtures/basic-hg/.hg/store/undo.backup.fncache rename to testdata/basic-hg/.hg/store/undo.backup.fncache diff --git a/test-fixtures/basic-hg/.hg/store/undo.backupfiles b/testdata/basic-hg/.hg/store/undo.backupfiles similarity index 100% rename from test-fixtures/basic-hg/.hg/store/undo.backupfiles rename to testdata/basic-hg/.hg/store/undo.backupfiles diff --git a/test-fixtures/basic-hg/.hg/store/undo.phaseroots b/testdata/basic-hg/.hg/store/undo.phaseroots similarity index 100% rename from test-fixtures/basic-hg/.hg/store/undo.phaseroots rename to testdata/basic-hg/.hg/store/undo.phaseroots diff --git a/test-fixtures/basic-hg/.hg/undo.bookmarks b/testdata/basic-hg/.hg/undo.bookmarks similarity index 100% rename from test-fixtures/basic-hg/.hg/undo.bookmarks rename to testdata/basic-hg/.hg/undo.bookmarks diff --git a/test-fixtures/basic-hg/.hg/undo.branch b/testdata/basic-hg/.hg/undo.branch similarity index 100% rename from test-fixtures/basic-hg/.hg/undo.branch rename to testdata/basic-hg/.hg/undo.branch diff --git a/test-fixtures/basic-hg/.hg/undo.desc b/testdata/basic-hg/.hg/undo.desc similarity index 100% rename from test-fixtures/basic-hg/.hg/undo.desc rename to testdata/basic-hg/.hg/undo.desc diff --git a/test-fixtures/basic-hg/.hg/undo.dirstate b/testdata/basic-hg/.hg/undo.dirstate similarity index 100% rename from test-fixtures/basic-hg/.hg/undo.dirstate rename to testdata/basic-hg/.hg/undo.dirstate diff --git a/test-fixtures/basic-hg/foo.txt b/testdata/basic-hg/foo.txt similarity index 100% rename from test-fixtures/basic-hg/foo.txt rename to testdata/basic-hg/foo.txt diff --git a/test-fixtures/basic-hg/main.tf b/testdata/basic-hg/main.tf similarity index 100% rename from test-fixtures/basic-hg/main.tf rename to testdata/basic-hg/main.tf diff --git a/test-fixtures/basic-parent/a/a.tf b/testdata/basic-parent/a/a.tf similarity index 100% rename from test-fixtures/basic-parent/a/a.tf rename to testdata/basic-parent/a/a.tf diff --git a/test-fixtures/basic-parent/c/c.tf b/testdata/basic-parent/c/c.tf similarity index 100% rename from test-fixtures/basic-parent/c/c.tf rename to testdata/basic-parent/c/c.tf diff --git a/test-fixtures/basic-parent/main.tf b/testdata/basic-parent/main.tf similarity index 100% rename from test-fixtures/basic-parent/main.tf rename to testdata/basic-parent/main.tf diff --git a/test-fixtures/basic-subdir/foo/sub/baz/main.tf b/testdata/basic-subdir/foo/sub/baz/main.tf similarity index 100% rename from test-fixtures/basic-subdir/foo/sub/baz/main.tf rename to testdata/basic-subdir/foo/sub/baz/main.tf diff --git a/test-fixtures/basic-subdir/foo/sub/main.tf b/testdata/basic-subdir/foo/sub/main.tf similarity index 100% rename from test-fixtures/basic-subdir/foo/sub/main.tf rename to testdata/basic-subdir/foo/sub/main.tf diff --git a/test-fixtures/basic-subdir/main.tf b/testdata/basic-subdir/main.tf similarity index 100% rename from test-fixtures/basic-subdir/main.tf rename to testdata/basic-subdir/main.tf diff --git a/test-fixtures/basic-tgz/main.tf b/testdata/basic-tgz/main.tf similarity index 100% rename from test-fixtures/basic-tgz/main.tf rename to testdata/basic-tgz/main.tf diff --git a/test-fixtures/basic/foo/main.tf b/testdata/basic/foo/main.tf similarity index 100% rename from test-fixtures/basic/foo/main.tf rename to testdata/basic/foo/main.tf diff --git a/test-fixtures/basic/main.tf b/testdata/basic/main.tf similarity index 100% rename from test-fixtures/basic/main.tf rename to testdata/basic/main.tf diff --git a/test-fixtures/basic/subdir/sub.tf b/testdata/basic/subdir/sub.tf similarity index 100% rename from test-fixtures/basic/subdir/sub.tf rename to testdata/basic/subdir/sub.tf diff --git a/test-fixtures/checksum-file/content.txt b/testdata/checksum-file/content.txt similarity index 100% rename from test-fixtures/checksum-file/content.txt rename to testdata/checksum-file/content.txt diff --git a/test-fixtures/checksum-file/md5-bsd-bad.sum b/testdata/checksum-file/md5-bsd-bad.sum similarity index 100% rename from test-fixtures/checksum-file/md5-bsd-bad.sum rename to testdata/checksum-file/md5-bsd-bad.sum diff --git a/test-fixtures/checksum-file/md5-bsd-wrong.sum b/testdata/checksum-file/md5-bsd-wrong.sum similarity index 100% rename from test-fixtures/checksum-file/md5-bsd-wrong.sum rename to testdata/checksum-file/md5-bsd-wrong.sum diff --git a/test-fixtures/checksum-file/md5-bsd.sum b/testdata/checksum-file/md5-bsd.sum similarity index 100% rename from test-fixtures/checksum-file/md5-bsd.sum rename to testdata/checksum-file/md5-bsd.sum diff --git a/test-fixtures/checksum-file/md5-p.sum b/testdata/checksum-file/md5-p.sum similarity index 100% rename from test-fixtures/checksum-file/md5-p.sum rename to testdata/checksum-file/md5-p.sum diff --git a/test-fixtures/checksum-file/sha1-p.sum b/testdata/checksum-file/sha1-p.sum similarity index 100% rename from test-fixtures/checksum-file/sha1-p.sum rename to testdata/checksum-file/sha1-p.sum diff --git a/test-fixtures/checksum-file/sha1.sum b/testdata/checksum-file/sha1.sum similarity index 100% rename from test-fixtures/checksum-file/sha1.sum rename to testdata/checksum-file/sha1.sum diff --git a/test-fixtures/checksum-file/sha256-p.sum b/testdata/checksum-file/sha256-p.sum similarity index 100% rename from test-fixtures/checksum-file/sha256-p.sum rename to testdata/checksum-file/sha256-p.sum diff --git a/test-fixtures/checksum-file/sha512-p.sum b/testdata/checksum-file/sha512-p.sum similarity index 100% rename from test-fixtures/checksum-file/sha512-p.sum rename to testdata/checksum-file/sha512-p.sum diff --git a/test-fixtures/child/foo/bar/main.tf b/testdata/child/foo/bar/main.tf similarity index 100% rename from test-fixtures/child/foo/bar/main.tf rename to testdata/child/foo/bar/main.tf diff --git a/test-fixtures/child/foo/main.tf b/testdata/child/foo/main.tf similarity index 100% rename from test-fixtures/child/foo/main.tf rename to testdata/child/foo/main.tf diff --git a/test-fixtures/child/main.tf b/testdata/child/main.tf similarity index 100% rename from test-fixtures/child/main.tf rename to testdata/child/main.tf diff --git a/test-fixtures/decompress-bz2/single.bz2 b/testdata/decompress-bz2/single.bz2 similarity index 100% rename from test-fixtures/decompress-bz2/single.bz2 rename to testdata/decompress-bz2/single.bz2 diff --git a/test-fixtures/decompress-gz/single.gz b/testdata/decompress-gz/single.gz similarity index 100% rename from test-fixtures/decompress-gz/single.gz rename to testdata/decompress-gz/single.gz diff --git a/test-fixtures/decompress-tar/extended_header.tar b/testdata/decompress-tar/extended_header.tar similarity index 100% rename from test-fixtures/decompress-tar/extended_header.tar rename to testdata/decompress-tar/extended_header.tar diff --git a/test-fixtures/decompress-tar/implied_dir.tar b/testdata/decompress-tar/implied_dir.tar similarity index 100% rename from test-fixtures/decompress-tar/implied_dir.tar rename to testdata/decompress-tar/implied_dir.tar diff --git a/test-fixtures/decompress-tar/unix_time_0.tar b/testdata/decompress-tar/unix_time_0.tar similarity index 100% rename from test-fixtures/decompress-tar/unix_time_0.tar rename to testdata/decompress-tar/unix_time_0.tar diff --git a/test-fixtures/decompress-tbz2/empty.tar.bz2 b/testdata/decompress-tbz2/empty.tar.bz2 similarity index 100% rename from test-fixtures/decompress-tbz2/empty.tar.bz2 rename to testdata/decompress-tbz2/empty.tar.bz2 diff --git a/test-fixtures/decompress-tbz2/multiple.tar.bz2 b/testdata/decompress-tbz2/multiple.tar.bz2 similarity index 100% rename from test-fixtures/decompress-tbz2/multiple.tar.bz2 rename to testdata/decompress-tbz2/multiple.tar.bz2 diff --git a/test-fixtures/decompress-tbz2/ordering.tar.bz2 b/testdata/decompress-tbz2/ordering.tar.bz2 similarity index 100% rename from test-fixtures/decompress-tbz2/ordering.tar.bz2 rename to testdata/decompress-tbz2/ordering.tar.bz2 diff --git a/test-fixtures/decompress-tbz2/single.tar.bz2 b/testdata/decompress-tbz2/single.tar.bz2 similarity index 100% rename from test-fixtures/decompress-tbz2/single.tar.bz2 rename to testdata/decompress-tbz2/single.tar.bz2 diff --git a/test-fixtures/decompress-tgz/empty.tar.gz b/testdata/decompress-tgz/empty.tar.gz similarity index 100% rename from test-fixtures/decompress-tgz/empty.tar.gz rename to testdata/decompress-tgz/empty.tar.gz diff --git a/test-fixtures/decompress-tgz/multiple.tar.gz b/testdata/decompress-tgz/multiple.tar.gz similarity index 100% rename from test-fixtures/decompress-tgz/multiple.tar.gz rename to testdata/decompress-tgz/multiple.tar.gz diff --git a/test-fixtures/decompress-tgz/multiple_dir.tar.gz b/testdata/decompress-tgz/multiple_dir.tar.gz similarity index 100% rename from test-fixtures/decompress-tgz/multiple_dir.tar.gz rename to testdata/decompress-tgz/multiple_dir.tar.gz diff --git a/test-fixtures/decompress-tgz/ordering.tar.gz b/testdata/decompress-tgz/ordering.tar.gz similarity index 100% rename from test-fixtures/decompress-tgz/ordering.tar.gz rename to testdata/decompress-tgz/ordering.tar.gz diff --git a/test-fixtures/decompress-tgz/outside_parent.tar.gz b/testdata/decompress-tgz/outside_parent.tar.gz similarity index 100% rename from test-fixtures/decompress-tgz/outside_parent.tar.gz rename to testdata/decompress-tgz/outside_parent.tar.gz diff --git a/test-fixtures/decompress-tgz/single.tar.gz b/testdata/decompress-tgz/single.tar.gz similarity index 100% rename from test-fixtures/decompress-tgz/single.tar.gz rename to testdata/decompress-tgz/single.tar.gz diff --git a/test-fixtures/decompress-txz/empty.tar.xz b/testdata/decompress-txz/empty.tar.xz similarity index 100% rename from test-fixtures/decompress-txz/empty.tar.xz rename to testdata/decompress-txz/empty.tar.xz diff --git a/test-fixtures/decompress-txz/multiple.tar.xz b/testdata/decompress-txz/multiple.tar.xz similarity index 100% rename from test-fixtures/decompress-txz/multiple.tar.xz rename to testdata/decompress-txz/multiple.tar.xz diff --git a/test-fixtures/decompress-txz/multiple_dir.tar.xz b/testdata/decompress-txz/multiple_dir.tar.xz similarity index 100% rename from test-fixtures/decompress-txz/multiple_dir.tar.xz rename to testdata/decompress-txz/multiple_dir.tar.xz diff --git a/test-fixtures/decompress-txz/ordering.tar.xz b/testdata/decompress-txz/ordering.tar.xz similarity index 100% rename from test-fixtures/decompress-txz/ordering.tar.xz rename to testdata/decompress-txz/ordering.tar.xz diff --git a/test-fixtures/decompress-txz/single.tar.xz b/testdata/decompress-txz/single.tar.xz similarity index 100% rename from test-fixtures/decompress-txz/single.tar.xz rename to testdata/decompress-txz/single.tar.xz diff --git a/test-fixtures/decompress-xz/single.xz b/testdata/decompress-xz/single.xz similarity index 100% rename from test-fixtures/decompress-xz/single.xz rename to testdata/decompress-xz/single.xz diff --git a/test-fixtures/decompress-zip/empty.zip b/testdata/decompress-zip/empty.zip similarity index 100% rename from test-fixtures/decompress-zip/empty.zip rename to testdata/decompress-zip/empty.zip diff --git a/test-fixtures/decompress-zip/multiple.zip b/testdata/decompress-zip/multiple.zip similarity index 100% rename from test-fixtures/decompress-zip/multiple.zip rename to testdata/decompress-zip/multiple.zip diff --git a/test-fixtures/decompress-zip/outside_parent.zip b/testdata/decompress-zip/outside_parent.zip similarity index 100% rename from test-fixtures/decompress-zip/outside_parent.zip rename to testdata/decompress-zip/outside_parent.zip diff --git a/test-fixtures/decompress-zip/single.zip b/testdata/decompress-zip/single.zip similarity index 100% rename from test-fixtures/decompress-zip/single.zip rename to testdata/decompress-zip/single.zip diff --git a/test-fixtures/decompress-zip/subdir.zip b/testdata/decompress-zip/subdir.zip similarity index 100% rename from test-fixtures/decompress-zip/subdir.zip rename to testdata/decompress-zip/subdir.zip diff --git a/test-fixtures/decompress-zip/subdir_empty.zip b/testdata/decompress-zip/subdir_empty.zip similarity index 100% rename from test-fixtures/decompress-zip/subdir_empty.zip rename to testdata/decompress-zip/subdir_empty.zip diff --git a/test-fixtures/decompress-zip/subdir_missing_dir.zip b/testdata/decompress-zip/subdir_missing_dir.zip similarity index 100% rename from test-fixtures/decompress-zip/subdir_missing_dir.zip rename to testdata/decompress-zip/subdir_missing_dir.zip diff --git a/test-fixtures/detect-file-symlink-pwd/real/hello.txt b/testdata/detect-file-symlink-pwd/real/hello.txt similarity index 100% rename from test-fixtures/detect-file-symlink-pwd/real/hello.txt rename to testdata/detect-file-symlink-pwd/real/hello.txt diff --git a/test-fixtures/detect-file-symlink-pwd/syml/pwd b/testdata/detect-file-symlink-pwd/syml/pwd similarity index 100% rename from test-fixtures/detect-file-symlink-pwd/syml/pwd rename to testdata/detect-file-symlink-pwd/syml/pwd diff --git a/test-fixtures/dup/foo/main.tf b/testdata/dup/foo/main.tf similarity index 100% rename from test-fixtures/dup/foo/main.tf rename to testdata/dup/foo/main.tf diff --git a/test-fixtures/dup/main.tf b/testdata/dup/main.tf similarity index 100% rename from test-fixtures/dup/main.tf rename to testdata/dup/main.tf diff --git a/test-fixtures/netrc/basic b/testdata/netrc/basic similarity index 100% rename from test-fixtures/netrc/basic rename to testdata/netrc/basic diff --git a/test-fixtures/validate-bad-output-to-module/child/main.tf b/testdata/validate-bad-output-to-module/child/main.tf similarity index 100% rename from test-fixtures/validate-bad-output-to-module/child/main.tf rename to testdata/validate-bad-output-to-module/child/main.tf diff --git a/test-fixtures/validate-bad-output-to-module/main.tf b/testdata/validate-bad-output-to-module/main.tf similarity index 100% rename from test-fixtures/validate-bad-output-to-module/main.tf rename to testdata/validate-bad-output-to-module/main.tf diff --git a/test-fixtures/validate-bad-output/child/main.tf b/testdata/validate-bad-output/child/main.tf similarity index 100% rename from test-fixtures/validate-bad-output/child/main.tf rename to testdata/validate-bad-output/child/main.tf diff --git a/test-fixtures/validate-bad-output/main.tf b/testdata/validate-bad-output/main.tf similarity index 100% rename from test-fixtures/validate-bad-output/main.tf rename to testdata/validate-bad-output/main.tf diff --git a/test-fixtures/validate-bad-var/child/main.tf b/testdata/validate-bad-var/child/main.tf similarity index 100% rename from test-fixtures/validate-bad-var/child/main.tf rename to testdata/validate-bad-var/child/main.tf diff --git a/test-fixtures/validate-bad-var/main.tf b/testdata/validate-bad-var/main.tf similarity index 100% rename from test-fixtures/validate-bad-var/main.tf rename to testdata/validate-bad-var/main.tf diff --git a/test-fixtures/validate-child-bad/child/main.tf b/testdata/validate-child-bad/child/main.tf similarity index 100% rename from test-fixtures/validate-child-bad/child/main.tf rename to testdata/validate-child-bad/child/main.tf diff --git a/test-fixtures/validate-child-bad/main.tf b/testdata/validate-child-bad/main.tf similarity index 100% rename from test-fixtures/validate-child-bad/main.tf rename to testdata/validate-child-bad/main.tf diff --git a/test-fixtures/validate-child-good/child/main.tf b/testdata/validate-child-good/child/main.tf similarity index 100% rename from test-fixtures/validate-child-good/child/main.tf rename to testdata/validate-child-good/child/main.tf diff --git a/test-fixtures/validate-child-good/main.tf b/testdata/validate-child-good/main.tf similarity index 100% rename from test-fixtures/validate-child-good/main.tf rename to testdata/validate-child-good/main.tf diff --git a/test-fixtures/validate-required-var/child/main.tf b/testdata/validate-required-var/child/main.tf similarity index 100% rename from test-fixtures/validate-required-var/child/main.tf rename to testdata/validate-required-var/child/main.tf diff --git a/test-fixtures/validate-required-var/main.tf b/testdata/validate-required-var/main.tf similarity index 100% rename from test-fixtures/validate-required-var/main.tf rename to testdata/validate-required-var/main.tf diff --git a/test-fixtures/validate-root-bad/main.tf b/testdata/validate-root-bad/main.tf similarity index 100% rename from test-fixtures/validate-root-bad/main.tf rename to testdata/validate-root-bad/main.tf