mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Revert "xfstests: fix to build src/realpath and the correct the existence of target devices"
This reverts commitb03c662399which overrode the0a818862bbxfstests: 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:
+2
-2
@@ -221,11 +221,11 @@ else
|
||||
fi
|
||||
|
||||
# Scripts just don't deal well with symlinked devices
|
||||
if [ -L "$TEST_DEV" ]; then
|
||||
if [ -L $TEST_DEV ]; then
|
||||
TEST_DEV=`src/realpath $TEST_DEV`
|
||||
fi
|
||||
|
||||
if [ -L "$SCRATCH_DEV" ]; then
|
||||
if [ -L $SCRATCH_DEV ]; then
|
||||
SCRATCH_DEV=`src/realpath $SCRATCH_DEV`
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user