[master] f074c2e26 mv lib/libvmod_std/tests/{,std_}b00001.vtc
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Mon Feb 17 10:23:07 UTC 2020
commit f074c2e26387d676ad2c80a72390600051f3c097
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Mon Feb 17 10:27:45 2020 +0100
mv lib/libvmod_std/tests/{,std_}b00001.vtc
I forgot the namespace when I first split the test suite.
diff --git a/lib/libvmod_std/automake_boilerplate.am b/lib/libvmod_std/automake_boilerplate.am
index f51194a0e..9ff7f9425 100644
--- a/lib/libvmod_std/automake_boilerplate.am
+++ b/lib/libvmod_std/automake_boilerplate.am
@@ -38,7 +38,7 @@ CLEANFILES = $(builddir)/vcc_if.c $(builddir)/vcc_if.h \
$(builddir)/vmod_std.man.rst
TESTS = \
- tests/b00001.vtc
+ tests/std_b00001.vtc
EXTRA_DIST += $(TESTS)
diff --git a/lib/libvmod_std/tests/b00001.vtc b/lib/libvmod_std/tests/std_b00001.vtc
similarity index 100%
rename from lib/libvmod_std/tests/b00001.vtc
rename to lib/libvmod_std/tests/std_b00001.vtc
More information about the varnish-commit
mailing list