diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-06 20:25:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-06 20:25:02 +0300 |
commit | a19a6d4fe1dab27daf20cd6a532f85d9bca3218c (patch) | |
tree | 0156d57c046cc4cff249c739ff0e41b83d7c119d /test | |
parent | db.sh: add parse_mode function (diff) | |
download | config-links-2.0.tar.gz config-links-2.0.zip |
links-chmod: mode parameter is mandatoryv2.0
Diffstat (limited to 'test')
-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" } |