1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
This commit is contained in:
deadc0de6
2023-08-09 21:41:35 +02:00
committed by deadc0de
parent 0a834c60f3
commit f14df13749

1
tests-ng/update.sh vendored
View File

@@ -58,7 +58,6 @@ echo 'first' > "${tmpd}"/dir1/sub/sub2/different
# for dir2 (modified original for update)
mkdir "${tmpd}"/dir2
touch "${tmpd}"/dir2/file_only_in_dir2
mkdir -p "${tmpd}"/dir2/dir_only_in_dir2
mkdir -p "${tmpd}"/dir2/common_dir
echo 'this file is the same' > "${tmpd}"/dir2/common_file
echo 'in dir2' > "${tmpd}"/dir2/not_the_same