QA source updates and some associated test changes

This commit is contained in:
Nathan Scott
2003-05-19 04:56:35 +00:00
parent 6a86ce7f04
commit 9fcfacdeb5
13 changed files with 77 additions and 93 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
# XFS QA Test No. 034
# $Id: 1.1 $
#
# pv 801241 - check for reference leaks from the *handle ioctls
# pv 801241 - check for reference leaks from the *handle xfsctls
#
#-----------------------------------------------------------------------
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
@@ -82,9 +82,9 @@ then
exit
fi
if ! src/ioctl $SCRATCH_MNT $SCRATCH_MNT/fish >/dev/null 2>&1
if ! src/xfsctl $SCRATCH_MNT $SCRATCH_MNT/fish >/dev/null 2>&1
then
echo "!!! failed to run ioctl test program"
echo "!!! failed to run xfsctl test program"
exit
fi