Fix filter on log recovery testing to produce deterministic output.
authorfsgqa <fsgqa>
Thu, 26 Feb 2004 22:00:54 +0000 (22:00 +0000)
committerfsgqa <fsgqa>
Thu, 26 Feb 2004 22:00:54 +0000 (22:00 +0000)
087
087.out

diff --git a/087 b/087
index 1458d31b107a9debfda9abccdfa5473a42194499..b92df7b962569d37e8bd03bd7dd40f8e4c4f9fc0 100755 (executable)
--- a/087
+++ b/087
@@ -110,7 +110,7 @@ do
     _do_meta
 
     # check before on what FS should look like
-    _echofull "ls -RF $SCRATCH_MNT"
+    _echofull "ls -RF SCRATCH_MNT"
     ls -RF $SCRATCH_MNT >$tmp.ls1
 
     _echofull "godown"
@@ -131,7 +131,7 @@ do
        || _fail "mount failed: $MOUNT_OPTIONS"
 
     # check on what FS looks like after log recovery
-    _echofull "ls -RF $SCRATCH_MNT"
+    _echofull "ls -RF SCRATCH_MNT"
     ls -RF $SCRATCH_MNT >$tmp.ls2
 
     _echofull "diff ls before and after"
diff --git a/087.out b/087.out
index f2a2801800aee1e239dcfcad0d1c543cc0daec99..7ffed7062456da8cf4a5a3dce4880cd0881e9012 100644 (file)
--- a/087.out
+++ b/087.out
@@ -11,7 +11,7 @@ QA output created by 087
 *** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10            -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** godown ***
@@ -27,7 +27,7 @@ dirty log
 *** mount with replay ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** diff ls before and after ***
@@ -54,7 +54,7 @@ clean log
 *** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10            -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** godown ***
@@ -70,7 +70,7 @@ dirty log
 *** mount with replay ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** diff ls before and after ***
@@ -97,7 +97,7 @@ clean log
 *** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10            -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** godown ***
@@ -113,7 +113,7 @@ dirty log
 *** mount with replay ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** diff ls before and after ***
@@ -140,7 +140,7 @@ clean log
 *** calling fsstress -p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10            -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 -m8 -n 10000 ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** godown ***
@@ -156,7 +156,7 @@ dirty log
 *** mount with replay ***
 
 
-*** ls -RF /mnt/scratch ***
+*** ls -RF SCRATCH_MNT ***
 
 
 *** diff ls before and after ***