#!/bin/sh
set -xe
find /tmp -type d -exec chmod 700 '{}' +
chown -R root: /tmp
cp -ar ci/t t
touch -d @1541504307 t/suite/test t/suite/test.zst

