about summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorDuncaen <mail@duncano.de>2017-03-30 20:45:50 +0200
committerDuncaen <mail@duncano.de>2017-03-30 20:45:50 +0200
commit617e494ec0e9fc68d14dda1e626228b5b4f069d2 (patch)
tree6a2cdefb135c0d10d0e2e6691dbe5c6b7f183119 /t
parentfe58e376bc5ca12b54d58e329a3ec51062262827 (diff)
downloadmblaze-617e494ec0e9fc68d14dda1e626228b5b4f069d2.tar.gz
mblaze-617e494ec0e9fc68d14dda1e626228b5b4f069d2.tar.xz
mblaze-617e494ec0e9fc68d14dda1e626228b5b4f069d2.zip
t: minor fixes for mpick and mscan tests
Diffstat (limited to 't')
-rwxr-xr-xt/2000-mpick.t2
-rw-r--r--t/5000-mscan.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/2000-mpick.t b/t/2000-mpick.t
index 1078764..90dacb8 100755
--- a/t/2000-mpick.t
+++ b/t/2000-mpick.t
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 cd ${0%/*}
 . ./lib.sh
-plan 11
+plan 12
 
 rm -rf test.dir
 mkdir test.dir
diff --git a/t/5000-mscan.t b/t/5000-mscan.t
index b25066b..7b660ab 100644
--- a/t/5000-mscan.t
+++ b/t/5000-mscan.t
@@ -25,7 +25,7 @@ inbox/cur/1:2,
 
 export MAILSEQ=seq
 
-check_same 'ISO date' 'mscan -f "%16D" 1' 'echo "2017-03-30 15:42"'
+check_same 'ISO date' 'TZ=utc mscan -f "%16D" 1' 'echo "2017-03-30 13:42"'
 check_same 'from name' 'mscan -f "%f" 1' 'echo "Rajwinder Kaur"'
 
 )