From 69e727dfcfdf2b5fe3430a47a9332bcada98ddd5 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Wed, 12 Apr 2017 22:52:27 +0200 Subject: [PATCH] hardlink-test: fixed for denoramlized file table --- tests/hardlink-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hardlink-test b/tests/hardlink-test index 0984476..9368d04 100755 --- a/tests/hardlink-test +++ b/tests/hardlink-test @@ -56,13 +56,13 @@ messages @# They should all have a MD5 sql SELECT Name, Md5 - FROM File JOIN Filename USING (FilenameId) + FROM File WHERE Name LIKE 'hard%' OR Name = 'normalfile'; @$out ${cwd}/tmp/log4.out sql SELECT count(1), Md5 - FROM File JOIN Filename USING (FilenameId) + FROM File WHERE Name = 'hardlink-to-normalfile' OR Name = 'normalfile' OR Name = 'another-hardlink-to-normalfile'