1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: free -h is quite new option

Stay with -g and and ignore failure.
This commit is contained in:
Zdenek Kabelac 2015-05-01 15:37:50 +02:00
parent 79844b9066
commit 9c7063ef89

View File

@ -78,7 +78,7 @@ echo "$TESTNAME" >TESTNAME
echo "Kernel is $(uname -a)" echo "Kernel is $(uname -a)"
# Report SELinux mode # Report SELinux mode
echo "Selinux mode is $(getenforce 2>/dev/null || echo not installed)." echo "Selinux mode is $(getenforce 2>/dev/null || echo not installed)."
free -h free -m || true
# Set vars from utils now that we have TESTDIR/PREFIX/... # Set vars from utils now that we have TESTDIR/PREFIX/...
prepare_test_vars prepare_test_vars