From 7af69445f2b64448b8ce2d0b314daacfcd01112e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 25 Apr 2013 13:33:24 +0100 Subject: [PATCH] tests/rsync: This test only copies generated files. --- tests/rsync/test-rsync.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/rsync/test-rsync.sh b/tests/rsync/test-rsync.sh index 0aa7477c5..53a3ba0f8 100755 --- a/tests/rsync/test-rsync.sh +++ b/tests/rsync/test-rsync.sh @@ -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