From b0f5662c5f64eeac730be9e37fb306b8db230a8e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 2 Apr 2017 18:06:11 +0200 Subject: t: add maddr and minc tests --- t/9000-minc.t | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 t/9000-minc.t (limited to 't/9000-minc.t') diff --git a/t/9000-minc.t b/t/9000-minc.t new file mode 100644 index 0000000..3d5b789 --- /dev/null +++ b/t/9000-minc.t @@ -0,0 +1,19 @@ +#!/bin/sh -e +cd ${0%/*} +. ./lib.sh +plan 1 + +rm -rf test.dir +mkdir test.dir +( +cd test.dir + +mkdir -p inbox/cur inbox/new +while read f; do touch "$f"; done <