Signed-off-by: Stanislav Kholmanskikh <[email protected]>
---
testscripts/isofs.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testscripts/isofs.sh b/testscripts/isofs.sh
index 9031922..fd42a3c 100755
--- a/testscripts/isofs.sh
+++ b/testscripts/isofs.sh
@@ -131,7 +131,7 @@ for mkisofs_opt in \
"-allow-lowercase -allow-multidot -iso-level 3 -f -l -D -J -L -R"
do
echo "Running mkisofs -o isofs.iso -quiet $mkisofs_opt
$MAKE_FILE_SYS_DIR Command"
- mkisofs -o isofs.iso -quiet $mkisofs_opt $MAKE_FILE_SYS_DIR
+ mkisofs -o isofs.iso -quiet $mkisofs_opt $MAKE_FILE_SYS_DIR 2> /dev/null
if [ $? != 0 ]
then
rm -rf isofs.iso $MNT_POINT $TEMP_DIR
@@ -160,7 +160,7 @@ do
exit 1
fi
echo "Running ls -lR $MNT_POINT Command"
- ls -lR $MNT_POINT
+ ls -lR $MNT_POINT > /dev/null
exportfs -i -o no_root_squash,rw *:$MNT_POINT
exportfs -u :$MNT_POINT
umount $MNT_POINT
--
1.7.9.5
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list