diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-06 17:31:48 +0000 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-06 17:31:48 +0000 |
| commit | 1b0e7de26eac6cee94dc1c15c8fb91e6a925bd2d (patch) | |
| tree | 50781b37ab78421cb2aba62703a4fd019207e8bf /test | |
| parent | debian: 1.1-2 (diff) | |
| parent | links-chmod: mode parameter is mandatory (diff) | |
| download | config-links-1b0e7de26eac6cee94dc1c15c8fb91e6a925bd2d.tar.gz config-links-1b0e7de26eac6cee94dc1c15c8fb91e6a925bd2d.zip | |
Merge tag 'v2.0' into debian
Diffstat (limited to '')
| -rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index de4dd85..0e02480 100755 --- a/test/test.sh +++ b/test/test.sh @@ -359,7 +359,7 @@ $test_dest_dir/foo/2.txt->$test_src_dir/%DEST%/foo/2.txt" echo 'Verifying 1.txt (the shared file) permissions...' verify_mode 0644 "$test_src_dir/%DEST%/1.txt" - call_chmod --mode 0600 + call_chmod 0600 verify_mode 0600 "$test_src_dir/%DEST%/1.txt" } |
