]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
wip fs-tester phcoder/gnuroot
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 27 Jan 2017 16:17:05 +0000 (16:17 +0000)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 27 Jan 2017 18:48:27 +0000 (18:48 +0000)
tests/util/grub-fs-tester.in

index d5c81a32229728c956a59480e702c824fd60d3e8..89f1925ea87243c16e7deced1213cd4ede82ebcf 100644 (file)
@@ -435,7 +435,7 @@ for ((LOGSECSIZE=MINLOGSECSIZE;LOGSECSIZE<=MAXLOGSECSIZE;LOGSECSIZE=LOGSECSIZE +
                    | xiso9660 | xjoliet| xiso9660_1999 | xjoliet_1999)
                    NOSYMLINK=y;;
            esac
-           NOHARDLINK=n
+           NOHARDLINK=y ###
            case x"$fs" in
                     # FS LIMITATION: no hardlinks on BFS, exfat, fat, hfs and SFS
                xbfs | xexfat | x"vfat"* | xmsdos* | xhfs | xsfs | xsfs_caseins)