]> git.pond.sub.org Git - empserver/blob - tests/files-test
client: Unbreak standalone build
[empserver] / tests / files-test
1 #!/bin/sh -e
2 # Basic files test
3
4 if [ $# -ne 1 ]
5 then echo "Usage: $0 SRCDIR" >&2; exit 1
6 fi
7
8 srcdir="$1"
9
10 . "$srcdir"/tests/test-common.sh
11
12 create_sandbox
13
14 run_and_cmp files $files -f
15
16 $empdump -x >sandbox/final.xdump
17 cmp_out final.xdump