]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
WIP: Disable hardlink test. phcoder/termux
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 25 Jan 2017 01:52:25 +0000 (04:52 +0300)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 3 May 2017 10:50:09 +0000 (12:50 +0200)
It doesn't wotk on termux.

tests/util/grub-fs-tester.in

index 88cbe7365e92fa769002f3cf219b815640943fce..dc0942b4d562672796a29d2b583b21a5fd3bc279 100644 (file)
@@ -986,6 +986,7 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
                ln -s "${PDIR2}/$PFIL" "$MNTPOINTRW/$OSDIR/$PSYM"
                ln -s "$IFILE" "$MNTPOINTRW/$OSDIR/$ISYM"
            fi
+           NOHARDLINK=y ###
            if [ x$NOHARDLINK != xy ]; then
                ln "$MNTPOINTRW/$OSDIR/$BASEFILE" "$MNTPOINTRW/$OSDIR/$BASEHARD"
            fi