summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiyang Ruan <ruansy.fnst@fujitsu.com>2022-12-10 02:31:05 +0000
committerZorro Lang <zlang@kernel.org>2022-12-11 22:27:22 +0800
commit87ab8bdf20db7308e7ecc2ddcdce530ec1f08f1f (patch)
treec501df1b5b80959b3188f5116c8ca806b33ffd64
parente2e7b549380aedbbc1badb9a344939b788668bfe (diff)
fstests: batch update of file mode and untracked filesv2022.12.11
1. The executable binary in src/ should be in ignore file. 2. tests/xfs/216.out is a symlink generated at runtime, also should be ignored. 3. tests/generic/692 was created with 644. It should be 755 otherwise its mode will be changed and dirty the git tree after test. Signed-off-by: Shiyang Ruan <ruansy.fnst@fujitsu.com> Reviewed-by: Zorro Lang <zlang@redhat.com>
-rw-r--r--.gitignore2
-rwxr-xr-x[-rw-r--r--]tests/generic/6920
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ad9f4543..a6f433f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,6 +79,7 @@ tags
/src/dirstress
/src/e4compact
/src/ext4_resize
+/src/fake-dump-rootino
/src/fault
/src/feature
/src/fiemap-tester
@@ -205,6 +206,7 @@ tags
/tests/xfs/033.out
/tests/xfs/071.out
/tests/xfs/096.out
+/tests/xfs/216.out
# cscope files
cscope.*
diff --git a/tests/generic/692 b/tests/generic/692
index d6da734b..d6da734b 100644..100755
--- a/tests/generic/692
+++ b/tests/generic/692