Revert "xfstests: resolve symlinked devices to real paths"

This reverts commit d5ea873fcb which overrode
0a818862bb xfstests: support post-udev device
mapper node.

Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Rich Johnston
2012-11-28 09:02:10 -06:00
parent 024b1c0a71
commit 7b2806e2e8
2 changed files with 0 additions and 41 deletions
-9
View File
@@ -220,15 +220,6 @@ else
known_hosts
fi
# Scripts just don't deal well with symlinked devices
if [ -L $TEST_DEV ]; then
TEST_DEV=`src/realpath $TEST_DEV`
fi
if [ -L $SCRATCH_DEV ]; then
SCRATCH_DEV=`src/realpath $SCRATCH_DEV`
fi
echo $TEST_DEV | grep -q ":" > /dev/null 2>&1
if [ ! -b "$TEST_DEV" -a "$?" != "0" ]; then
echo "common.config: Error: \$TEST_DEV ($TEST_DEV) is not a block device or a NFS filesystem"