fix not_run condition

Merge of master-melb:xfs-cmds:27812a by kenmcd.

  fix not_run condition
This commit is contained in:
David Disseldorp
2006-12-22 05:07:41 +00:00
parent fdeaa5213d
commit 5902bd4c76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter . ./common.filter
. ./common.repair . ./common.repair
[ -x $XFS_PARALLEL_REPAIR64_PROG ] || _notrun "parallel repair binary xfs_prepair64 is not installed" [ -z $XFS_PARALLEL_REPAIR64_PROG ] && _notrun "parallel repair binary xfs_prepair64 is not installed"
# force use of parallel repair # force use of parallel repair
export XFS_REPAIR_PROG=$XFS_PARALLEL_REPAIR64_PROG export XFS_REPAIR_PROG=$XFS_PARALLEL_REPAIR64_PROG
+1 -1
View File
@@ -25,7 +25,7 @@ rm -f $seq.full
. ./common.repair . ./common.repair
. ./common.filter . ./common.filter
[ -x $XFS_PARALLEL_REPAIR_PROG ] || _notrun "parallel repair binary xfs_prepair is not installed" [ -z $XFS_PARALLEL_REPAIR_PROG ] && _notrun "parallel repair binary xfs_prepair is not installed"
# force use of parallel repair # force use of parallel repair
export XFS_REPAIR_PROG=$XFS_PARALLEL_REPAIR_PROG export XFS_REPAIR_PROG=$XFS_PARALLEL_REPAIR_PROG