tests/rsync: This test only copies generated files.

This commit is contained in:
Richard W.M. Jones
2013-04-25 13:33:24 +01:00
parent 5057a8f344
commit 7af69445f2

View File

@@ -91,11 +91,12 @@ EOF
# Compare test data to copied data.
# XXX Because we used the archive flag, dates must be preserved.
# XXX Note for separated builds: only generated files are copied.
if [ ! -f tmp/100kallnewlines ] || \
[ ! -f tmp/bin-x86_64-dynamic ] || \
[ ! -f tmp/hello.b64 ] || \
[ ! -f tmp/initrd-x86_64.img.gz ] || \
[ ! -f tmp/mbr-ext2-empty.img.gz ]; then
[ ! -f tmp/test-grep.txt.gz ]; then
echo "$0: some files failed to copy"
exit 1
fi