QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passe...
[xfstests-dev.git] / 020
diff --git a/020 b/020
index f52e92eeeb5e52b36d0f1e3767f7cfccd4521a21..967d09b69f416452d146caac41af0c4be92d68f2 100755 (executable)
--- a/020
+++ b/020
@@ -30,8 +30,7 @@ _cleanup()
 _filter()
 {
     sed "s#$testdir[^ :]*#<TESTFILE>#g; 
-            s#$tmp[^ :]*#<TMPFILE>#g;
-            s#/proc[^ :]*#<PROCFILE>#g" $1
+            s#$tmp[^ :]*#<TMPFILE>#g" $1
 }
 
 _attr()
@@ -81,9 +80,6 @@ testfile=$testdir/attribute_$$
 echo "*** list non-existant file"
 _attr_list $testfile
 
-echo "*** list non-xfs file (in /proc)"
-_attr_list /proc/devices
-
 echo "*** list empty file"
 touch $testfile
 _attr_list $testfile