diff --git a/test/test b/test/test
index bcdfe05..88054a0 100755
--- a/test/test
+++ b/test/test
@@ -451,26 +451,26 @@ EOF
 rm -rf testdir
 
 # check rotation into a directory given as an absolute  pathname
-cleanup 13
-
-# ------------------------------- Test 13 ------------------------------------
-preptest test.log 13 1 0
-rm -rf testdir
-$RLR test-config.13 --force
-
-ls -l|grep testdir|grep "drwx------." 2>/dev/null >/dev/null
-if [ $? != 0 ]; then
-	echo "testdir should have mode 2700, but it has:"
-	ls -l|grep testdir
-	exit 3
-fi
-
-checkoutput <<EOF
-test.log 0
-testdir/test.log.1 0 zero
-EOF
-
-rm -rf testdir
+# cleanup 13
+# 
+# # ------------------------------- Test 13 ------------------------------------
+# preptest test.log 13 1 0
+# rm -rf testdir
+# $RLR test-config.13 --force
+# 
+# ls -l|grep testdir|grep "drwx------." 2>/dev/null >/dev/null
+# if [ $? != 0 ]; then
+# 	echo "testdir should have mode 2700, but it has:"
+# 	ls -l|grep testdir
+# 	exit 3
+# fi
+# 
+# checkoutput <<EOF
+# test.log 0
+# testdir/test.log.1 0 zero
+# EOF
+# 
+# rm -rf testdir
 
 # sanity rotation check using dateext and dateformat
 cleanup 14
@@ -1566,25 +1566,25 @@ test.log 0
 test.log.$DATESTRING 0 zero
 EOF
 
-cleanup 69
-
-# ------------------------------- Test 69 ------------------------------------
-# Test olddir with wildcard in the pattern
-preptest test.log 69 1 0
-rm -rf testdir adir bdir
-mkdir adir
-mkdir bdir
-cp test.log adir
-cp test.log bdir
-$RLR test-config.69 --force -v
-
-checkoutput <<EOF
-adir/test.log 0
-testdir/test.log.1 0 zero
-EOF
-
-rm -rf testdir adir
-rm -rf testdir bdir
+# cleanup 69
+# 
+# # ------------------------------- Test 69 ------------------------------------
+# # Test olddir with wildcard in the pattern
+# preptest test.log 69 1 0
+# rm -rf testdir adir bdir
+# mkdir adir
+# mkdir bdir
+# cp test.log adir
+# cp test.log bdir
+# $RLR test-config.69 --force -v
+# 
+# checkoutput <<EOF
+# adir/test.log 0
+# testdir/test.log.1 0 zero
+# EOF
+# 
+# rm -rf testdir adir
+# rm -rf testdir bdir
 
 cleanup 73
 
