]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Revert "xfstests: fix to build src/realpath and the correct the existence of target...
authorRich Johnston <rjohnston@sgi.com>
Wed, 28 Nov 2012 14:46:39 +0000 (08:46 -0600)
committerRich Johnston <rjohnston@sgi.com>
Wed, 28 Nov 2012 14:46:39 +0000 (08:46 -0600)
This reverts commit b03c662399956609934ff063e9064e15dc7459ac which overrode
the 0a818862bb74932e15971ec8bedb55765ec3a3f6 xfstests: support post-udev
device mapper node.

Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
common.config
src/Makefile

index 3240ee9249b9fbdf0d676ecf68d513bcfc63610c..585b15050b59560ebaae9b2e2a06f1cf79bf3f36 100644 (file)
@@ -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
 
index 9f7281dc45063e2e96c29b80bbc37a696faccf2e..f7362a25caba844bda76330671a6003aea169594 100644 (file)
@@ -11,7 +11,7 @@ TARGETS = dirstress fill fill2 getpagesize holes lstat64 \
        devzero feature alloc fault fstest t_access_root \
        godown resvtest writemod makeextents itrash rename \
        multi_open_unlink dmiperf unwritten_sync genhashnames t_holes \
-       t_mmap_writev realpath
+       t_mmap_writev
 
 LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
        preallo_rw_pattern_writer ftrunc trunc fs_perms testx looptest \