Module Name: src Committed By: pgoyette Date: Mon Jul 7 22:06:02 UTC 2014
Modified Files: src/tests/fs/cd9660: t_high_ino_big_file.sh Log Message: Update disk-space-available requirement to match reality, and leave a little extra just in case. The test file is much larger than previously indicated. Thanks martin@ for detailed investigation. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/cd9660/t_high_ino_big_file.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/fs/cd9660/t_high_ino_big_file.sh diff -u src/tests/fs/cd9660/t_high_ino_big_file.sh:1.3 src/tests/fs/cd9660/t_high_ino_big_file.sh:1.4 --- src/tests/fs/cd9660/t_high_ino_big_file.sh:1.3 Sun Jun 8 13:45:14 2014 +++ src/tests/fs/cd9660/t_high_ino_big_file.sh Mon Jul 7 22:06:02 2014 @@ -1,4 +1,4 @@ -# $NetBSD: t_high_ino_big_file.sh,v 1.3 2014/06/08 13:45:14 pgoyette Exp $ +# $NetBSD: t_high_ino_big_file.sh,v 1.4 2014/07/07 22:06:02 pgoyette Exp $ # # Copyright (c) 2014 The NetBSD Foundation, Inc. # All rights reserved. @@ -77,8 +77,8 @@ pr_kern_48787_head() { pr_kern_48787_body() { avail=$( df -Pk . | awk '{if (NR==2) print $4}' ) - if [ $avail -lt 2250000 ]; then - atf_skip "not enough free disk space, have ${avail} Kbytes, need ~ 2250000 Kbytes" + if [ $avail -lt 4500000 ]; then + atf_skip "not enough free disk space, have ${avail} Kbytes, need ~ 4500000 Kbytes" fi bunzip2 < $(atf_get_srcdir)/pr_48787.image.bz2 > pr_48787.image mntpnt=$(pwd)/mnt