From 94b1baf50dbc4eb5d2203d4e022cae38b43998b5 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Thu, 26 Feb 2004 22:00:54 +0000 Subject: [PATCH] Fix filter on log recovery testing to produce deterministic output. --- 087 | 4 ++-- 087.out | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/087 b/087 index 1458d31b..b92df7b9 100755 --- 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 f2a28018..7ffed706 100644 --- 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 *** -- 2.39.5