Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
hardlink-test: fixed for denoramlized file table
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Apr 12, 2017
1 parent f813e8f commit 69e727d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/hardlink-test
Expand Up @@ -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'
Expand Down

0 comments on commit 69e727d

Please sign in to comment.