From: Shiyang Ruan Date: Sat, 10 Dec 2022 02:31:05 +0000 (+0000) Subject: fstests: batch update of file mode and untracked files X-Git-Tag: v2022.12.11^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=87ab8bdf20db7308e7ecc2ddcdce530ec1f08f1f;p=xfstests-dev.git fstests: batch update of file mode and untracked files 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 Reviewed-by: Zorro Lang --- 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 old mode 100644 new mode 100755