#!/usr/bin/sh

set -e

cd /tmp
touch Ünicøde
zip unicode.zip Ünicøde

touch other
zip ls-verified.zip other -T -TT "ls"
