We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d295f4a commit 6d2ecbeCopy full SHA for 6d2ecbe
sharness/t0040-unixfs-mode-modtime.sh
@@ -63,9 +63,8 @@ test_expect_success "create a test directory with symlink" '
63
mkdir test_dir2 &&
64
cp test_file test_dir2/data.txt &&
65
ln -s test_file test_dir2/test_file_link &&
66
- chmod -h 0777 test_dir2/test_file_link &&
67
touch -h -t 9011301320 test_dir2/test_file_link &&
68
- ipfs add --preserve-mode --preserve-mtime -rQ test_dir2 > dir2_hash
+ ipfs add --preserve-mtime -rQ test_dir2 > dir2_hash
69
;;
70
*)
71
echo "unsupported system: $(uname)"
0 commit comments