From bcfb1c572673f54ccd97864b48549c5fea1b7d80 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 2 Sep 2010 12:28:48 -0500 Subject: add tests --- t/data/01/htpasswd | 1 + t/data/02/bar/.keep | 0 t/data/02/foo/.htpasswd | 1 + t/data/02/foo/bar/baz/.htpasswd | 1 + 4 files changed, 3 insertions(+) create mode 100644 t/data/01/htpasswd create mode 100644 t/data/02/bar/.keep create mode 100644 t/data/02/foo/.htpasswd create mode 100644 t/data/02/foo/bar/baz/.htpasswd (limited to 't/data') diff --git a/t/data/01/htpasswd b/t/data/01/htpasswd new file mode 100644 index 0000000..137f418 --- /dev/null +++ b/t/data/01/htpasswd @@ -0,0 +1 @@ +test:oKeo66hkZoe4w diff --git a/t/data/02/bar/.keep b/t/data/02/bar/.keep new file mode 100644 index 0000000..e69de29 diff --git a/t/data/02/foo/.htpasswd b/t/data/02/foo/.htpasswd new file mode 100644 index 0000000..7a60e94 --- /dev/null +++ b/t/data/02/foo/.htpasswd @@ -0,0 +1 @@ +foo:O3iy.RDxWd4kY diff --git a/t/data/02/foo/bar/baz/.htpasswd b/t/data/02/foo/bar/baz/.htpasswd new file mode 100644 index 0000000..2406f3c --- /dev/null +++ b/t/data/02/foo/bar/baz/.htpasswd @@ -0,0 +1 @@ +baz:PjRVVGhf7kx0w -- cgit v1.2.3-54-g00ecf