summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/mod_tidy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testscripts/commands/mod_tidy.txt')
-rw-r--r--testscripts/commands/mod_tidy.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/testscripts/commands/mod_tidy.txt b/testscripts/commands/mod_tidy.txt
new file mode 100644
index 000000000..6e8d37f64
--- /dev/null
+++ b/testscripts/commands/mod_tidy.txt
@@ -0,0 +1,21 @@
+# Test hugo mod tidy.
+
+dostounix golden/go.mod.cleaned
+
+hugo mod tidy
+
+cmp go.mod golden/go.mod.cleaned
+
+-- hugo.toml --
+title = "Hugo Modules Test"
+-- go.mod --
+go 1.19
+
+require github.com/bep/empty-hugo-module v1.0.0
+
+module github.com/gohugoio/testmod
+-- golden/go.mod.cleaned --
+go 1.19
+
+
+module github.com/gohugoio/testmod