]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: batch update of file mode and untracked files v2022.12.11
authorShiyang Ruan <ruansy.fnst@fujitsu.com>
Sat, 10 Dec 2022 02:31:05 +0000 (02:31 +0000)
committerZorro Lang <zlang@kernel.org>
Sun, 11 Dec 2022 14:27:22 +0000 (22:27 +0800)
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>
.gitignore
tests/generic/692 [changed mode: 0644->0755]

index ad9f454373c5d36370d6ebf95f823fdeeec36836..a6f433f1d8a55cf848ce5f8dfff28645cb8e8295 100644 (file)
@@ -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.*
old mode 100644 (file)
new mode 100755 (executable)